- 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
推薦閱讀
- Python程序設(shè)計(jì)教程(第2版)
- Visual C++程序設(shè)計(jì)學(xué)習(xí)筆記
- 大學(xué)計(jì)算機(jī)應(yīng)用基礎(chǔ)實(shí)踐教程
- JavaScript Unlocked
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優(yōu)化計(jì)算
- Python編程完全入門教程
- Python忍者秘籍
- Mastering C++ Multithreading
- Test-Driven JavaScript Development
- SQL Server 2008 R2數(shù)據(jù)庫(kù)技術(shù)及應(yīng)用(第3版)
- Kubernetes進(jìn)階實(shí)戰(zhàn)
- 軟件工程基礎(chǔ)與實(shí)訓(xùn)教程
- Angular應(yīng)用程序開(kāi)發(fā)指南
- Python函數(shù)式編程(第2版)
- Kohana 3.0 Beginner's Guide