ApplicationInitStatus
反映正在运行的 APP_INITIALIZER函数状态的类。
A class that reflects the state of running APP_INITIALIZERfunctions.
class ApplicationInitStatus {
donePromise: Promise<any>
done: false
}
属性
| 属性 | 说明 |
|---|---|
donePromise: Promise<any> | 只读 |
done: false | 只读 |