NgModule
- Provides organization at a framework level.
declarationsdefine view classes that are available to the module.importsdefine a list of modules that the module needs.providersdefine a list of services the module makes available.exportsdefine a list of modules the module makes available.bootstrapdefines the component that should be bootstrapped.
Backlinks