chore: update public api and integrate minor review comments
This commit is contained in:
@ -23,7 +23,7 @@ export const APP_INITIALIZER: any = new OpaqueToken('Application Initializer');
|
||||
* @experimental
|
||||
*/
|
||||
@Injectable()
|
||||
export class AppInitStatus {
|
||||
export class ApplicationInitStatus {
|
||||
private _donePromise: Promise<any>;
|
||||
private _done = false;
|
||||
|
||||
|
Reference in New Issue
Block a user