Angular Modules
Topics
- Angular modules
- Angular module vs JavaScript module
- How to launch an application
Angular 2 Module
- Angular introduced new modularity system called Angular modules or NgModules
- Every Angular app has at least one module, the root module, conventionally named AppModule
- An Angular module, whether a root or feature, is a class with an @NgModule decorator
You must have an active subscription to download PDF and Lab Zip of this course topic.Please click the "Subscribe" button or the "Login" button if you already have an account.