- NativeScript for Angular Mobile Development
- Nathan Walker Nathanael J. Anderson
- 101字
- 2021-07-02 18:41:46
Modularize with @NgModule
We can then think about breaking these services up into organizational units or modules.
Angular provides us with the @NgModule decorator, which will help us define what these modules look like and what they provide to our app. In an effort to keep our app's bootstrap/launch time as fast as possible, we can organize our modules in such a way to allow some service/features to be lazily loaded after our app has launched. Bootstrapping one module with a small subset of required code that our app needs to launch will help keep this launch phase to a minimum.
推薦閱讀
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- 自己動手寫搜索引擎
- Learning RxJava
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- AngularJS Web Application Development Blueprints
- 深入淺出Windows API程序設計:編程基礎篇
- Interactive Applications Using Matplotlib
- Mastering Ext JS
- 深入淺出PostgreSQL
- Keras深度學習實戰
- Building Android UIs with Custom Views
- Programming with CodeIgniterMVC
- Creating Data Stories with Tableau Public
- 移動增值應用開發技術導論
- Java Web應用開發項目教程