填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

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只读