ApplicationInitStatus
class
| npm Package | @angular/core | 
|---|---|
| Module | import { ApplicationInitStatus } from '@angular/core'; | 
| Source | core/src/application_init.ts | 
Overview
class ApplicationInitStatus {
  constructor(appInits: (() => any)[])
  get donePromise: Promise<any>
  get done: false
}   Description
A class that reflects the state of running APP_INITIALIZERs.
Constructor
constructor(appInits: (() => any)[])
Members
get donePromise: Promise<any>
    get done: false
    Annotations
@Injectable()
    © 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
    https://v5.angular.io/api/core/ApplicationInitStatus