ApplicationInitStatus
A class that reflects the state of running APP_INITIALIZERs.
class ApplicationInitStatus {
donePromise: Promise<any>
done: false
}
属性
| 属性 | 说明 |
|---|---|
donePromise: Promise<any> | 只读 |
done: false | 只读 |
A class that reflects the state of running APP_INITIALIZERs.
class ApplicationInitStatus {
donePromise: Promise<any>
done: false
}
| 属性 | 说明 |
|---|---|
donePromise: Promise<any> | 只读 |
done: false | 只读 |