refactor(ApplicationRef): remove all previously deprecated ApplicationRef apis
BREAKING CHANGE: All previously deprecated ApplicationRef apis have been removed. Please follow the deprecation instructions to migrate your code.
This commit is contained in:

committed by
Vikram Subramanian

parent
44e1b23813
commit
f84c3fdc5f
7
tools/public_api_guard/core/index.d.ts
vendored
7
tools/public_api_guard/core/index.d.ts
vendored
@ -147,15 +147,8 @@ export declare class ApplicationModule {
|
||||
export declare abstract class ApplicationRef {
|
||||
componentTypes: Type<any>[];
|
||||
components: ComponentRef<any>[];
|
||||
/** @deprecated */ injector: Injector;
|
||||
/** @deprecated */ zone: NgZone;
|
||||
abstract bootstrap<C>(componentFactory: ComponentFactory<C> | Type<C>): ComponentRef<C>;
|
||||
/** @deprecated */ abstract dispose(): void;
|
||||
/** @deprecated */ abstract registerBootstrapListener(listener: (ref: ComponentRef<any>) => void): void;
|
||||
/** @deprecated */ abstract registerDisposeListener(dispose: () => void): void;
|
||||
/** @deprecated */ abstract run(callback: Function): any;
|
||||
abstract tick(): void;
|
||||
/** @deprecated */ abstract waitForAsyncInitializers(): Promise<any>;
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
|
Reference in New Issue
Block a user