docs(core): remove experimental tag (#24032)

PR Close #24032
This commit is contained in:
mhartington 2018-07-25 11:11:17 -04:00 committed by Igor Minar
parent 2b6e1f0f4b
commit af07ffc2ad
1 changed files with 0 additions and 2 deletions

View File

@ -23,10 +23,8 @@ export declare const APP_BOOTSTRAP_LISTENER: InjectionToken<((compRef: Component
/** @experimental */
export declare const APP_ID: InjectionToken<string>;
/** @experimental */
export declare const APP_INITIALIZER: InjectionToken<(() => void)[]>;
/** @experimental */
export declare class ApplicationInitStatus {
readonly done: boolean;
readonly donePromise: Promise<any>;