Experimental Class
Class Overview
class ApplicationModule { }
Class Description
This module includes the providers of @angular/core that are needed to bootstrap components via ApplicationRef
.
Annotations
@NgModule({ providers: [ ApplicationRef_, {provide: ApplicationRef, useExisting: ApplicationRef_}, ApplicationInitStatus, Compiler, APP_ID_RANDOM_PROVIDER, ViewUtils, {provide: IterableDiffers, useFactory: _iterableDiffersFactory}, {provide: KeyValueDiffers, useFactory: _keyValueDiffersFactory}, {provide: LOCALE_ID, useValue: 'en-US'}, ] })
exported from @angular/core/index, defined in @angular/core/src/application_module.ts
Please login to continue.