A class that reflects the state of running APP_INITIALIZER functions.
APP_INITIALIZER
class ApplicationInitStatus { readonly done: false; readonly donePromise: Promise<any>;}
false
Promise<any>