A class that reflects the state of running APP_INITIALIZER functions.
API
class ApplicationInitStatus {
readonly done: false;
readonly donePromise: Promise<any>;
}
done
falsedonePromise
Promise<any>A class that reflects the state of running APP_INITIALIZER functions.
class ApplicationInitStatus {
readonly done: false;
readonly donePromise: Promise<any>;
}
falsePromise<any>
Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/core/ApplicationInitStatus