On this page
ApplicationInitStatus
class
final
A class that reflects the state of running APP_INITIALIZER
functions.
class ApplicationInitStatus {
done: false
donePromise: Promise<any>
}
Provided in
'root'
Properties
Property | Description |
---|---|
done: false |
Read-Only |
donePromise: Promise<any> |
Read-Only |
© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/api/core/ApplicationInitStatus