ApplicationModule

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,
    AnimationQueue,
    {provide: IterableDiffers, useFactory: _itera