Help Angular by taking a 1 minute survey!Go to surveyHome

ApplicationInitStatus

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.