- Essential Angular
- Victor Savkin Jeff Cross
- 72字
- 2021-07-02 22:56:26
Compilation
At the core of Angular is a sophisticated compiler, which takes a NgModule type and produces a NgModuleFactory.

A NgModule has components declared in it. While creating the module factory, the compiler will take the template of every component in the module, and using the information about declared components and pipes, will produce a component factory. The component factory is a JavaScript class the framework can use to stamp out components.

推薦閱讀
- Learning Python Web Penetration Testing
- iOS面試一戰到底
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- Architecting the Industrial Internet
- Java編程指南:基礎知識、類庫應用及案例設計
- 征服RIA
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- 你不知道的JavaScript(中卷)
- Learning Three.js:The JavaScript 3D Library for WebGL
- Learning JavaScript Data Structures and Algorithms
- 青少年信息學競賽
- C和C++游戲趣味編程
- 零基礎學C++(升級版)
- Continuous Delivery and DevOps:A Quickstart Guide Second Edition