- Essential Angular
- Victor Savkin Jeff Cross
- 46字
- 2021-07-02 22:56:27
Summary
- To be more efficient, Angular separates components used statically (declaratively) from the components used dynamically (imperatively)
- Angular directly instantiates components used statically; no extra abstraction is required
- Angular generates a component factory for every component listed in entryComponents so that they can be instantiated imperatively
推薦閱讀
- Hyper-V 2016 Best Practices
- Linux C/C++服務(wù)器開發(fā)實踐
- Visual FoxPro程序設(shè)計教程
- Python機器學(xué)習(xí)編程與實戰(zhàn)
- Yocto for Raspberry Pi
- Python深度學(xué)習(xí)原理、算法與案例
- HTML5秘籍(第2版)
- Mastering Web Application Development with AngularJS
- SwiftUI極簡開發(fā)
- 大學(xué)計算機基礎(chǔ)實訓(xùn)教程
- Mastering Embedded Linux Programming
- The Statistics and Calculus with Python Workshop
- 從零開始:C語言快速入門教程
- WordPress Search Engine Optimization(Second Edition)
- 分布式數(shù)據(jù)庫HBase案例教程