- Essential Angular
- Victor Savkin Jeff Cross
- 57字
- 2021-07-02 22:56:28
Let's recap
- NgModules are the units of compilation. They tell Angular how components should be compiled.
- Similar to ES module they have declarations, imports, and exports.
- Every component belongs to a NgModule.
- Bootstrap and entry components are configured in NgModules.
- NgModules configure dependency injection.
- NgModules are used to bootstrap applications.
- NgModules are used to lazy load code.
推薦閱讀
- 玩轉Scratch少兒趣味編程
- Building a RESTful Web Service with Spring
- R語言游戲數據分析與挖掘
- 你必須知道的204個Visual C++開發問題
- Julia Cookbook
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Modern JavaScript Applications
- Android底層接口與驅動開發技術詳解
- Learning FuelPHP for Effective PHP Development
- C++面向對象程序設計習題解答與上機指導(第三版)
- 西門子S7-200 SMART PLC編程從入門到實踐
- Mobile Device Exploitation Cookbook
- OpenGL Data Visualization Cookbook
- Python Essentials
- Clojure for Java Developers