ApplicationModule
NgModule
stable
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.
Jump to details
URL: http://angular.dev/api/core/ApplicationModule
=== 'auto' && prefersDark)) { documentClassList.add(DARK_MODE_CLASS_NAME); } else { documentClassList.add(LIGHT_MODE_CLASS_NAME); } if (location.search.includes('uwu')) { documentClassList.add('uwu'); }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.