Please enable JavaScript.
Coggle requires JavaScript to display documents.
NgModules (NgModule decorator (declarations (A list of the module's…
NgModules
NgModule decorator
declarations
A list of the module's own declarables (components, directives, pipes)
-
-
Template references are resolved in the context of an NgModule and are looked-up in declarations and imports
-
providers
-
-
Services can then be injected into declarables and other services that are children of the particular injector
-
-
Metadata
Static
e.g. declarations, entryComponents
-
-
-
-
-
-
-
-
-