ApplicationModule

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

doc_Angular
2016-10-06 09:46:15
Comments
Leave a Comment

Please login to continue.