@angular/core

ApplicationModule

NgModule

Re-exported by BrowserModule, which is included automatically in the root AppModule when you create a new app with the CLI new command. Eagerly injects ApplicationRef to instantiate it.

class ApplicationModule {
}
Jump to details