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 1Get 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 ...

Get NativeScript for Angular Mobile Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.