docs(core): remove experimental tag (#24032)
Remove experimental note on APP_INITIALIZER. PR Close #24032
This commit is contained in:
parent
3d3a1a4642
commit
0fc83215e2
@ -13,14 +13,11 @@ import {Inject, Injectable, InjectionToken, Optional} from './di';
|
||||
|
||||
/**
|
||||
* A function that will be executed when an application is initialized.
|
||||
* @experimental
|
||||
*/
|
||||
export const APP_INITIALIZER = new InjectionToken<Array<() => void>>('Application Initializer');
|
||||
|
||||
/**
|
||||
* A class that reflects the state of running {@link APP_INITIALIZER}s.
|
||||
*
|
||||
* @experimental
|
||||
*/
|
||||
@Injectable()
|
||||
export class ApplicationInitStatus {
|
||||
|
Loading…
x
Reference in New Issue
Block a user