On this page
ApplicationInitStatus
class
A class that reflects the state of running APP_INITIALIZERs.
class ApplicationInitStatus {
  donePromise: Promise<any>
  done: false
}
   Properties
| Property | Description | 
|---|---|
donePromise: Promise<any> | 
       Read-only. | 
done: false | 
       Read-only. | 
© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v7.angular.io/api/core/ApplicationInitStatus