- NativeScript for Angular Mobile Development
- Nathan Walker Nathanael J. Anderson
- 153字
- 2021-07-02 18:41:48
Feature Modules
We are going to continue building the foundation of our app by scaffolding the core feature modules our app will need, the player and recorder. We will also want to keep in mind that the recording features will only be loaded and available when a user authenticates. Lastly, we will finish the implementation of our services from the CoreModule we created in Chapter 1, Get Into Shape with @NgModule.
In this chapter, we will be covering the following topics:
- Creating feature modules
- Separation of concerns with app features
- Setting up the AppModule to bootstrap efficiently, only loading upfront the feature modules we need for our first view
- Using the NativeScript application-settings module as our key/value store
- Providing the ability to control our app's debug logs at one spot
- Creating a new service that will use other services to demonstrate our scalable architecture
推薦閱讀
- Java多線程編程實(shí)戰(zhàn)指南:設(shè)計(jì)模式篇(第2版)
- Developing Middleware in Java EE 8
- Machine Learning with R Cookbook(Second Edition)
- Learn Scala Programming
- Data Analysis with IBM SPSS Statistics
- Nginx Essentials
- Visual C#通用范例開發(fā)金典
- Learning Probabilistic Graphical Models in R
- 輕松上手2D游戲開發(fā):Unity入門
- Go語言底層原理剖析
- 游戲設(shè)計(jì)的底層邏輯
- 從零開始學(xué)算法:基于Python
- Node.js應(yīng)用開發(fā)
- TensorFlow.NET實(shí)戰(zhàn)
- AngularJS by Example