refactor(various): remove a few lingering but unused deprecated apis (#10896)
Removes deprecated APPLICATION_COMMON_PROVIDERS, as well as some internal apis that were deprecated.
This commit is contained in:
5
tools/public_api_guard/core/index.d.ts
vendored
5
tools/public_api_guard/core/index.d.ts
vendored
@ -127,11 +127,6 @@ export declare const APP_ID: any;
|
||||
/** @experimental */
|
||||
export declare const APP_INITIALIZER: any;
|
||||
|
||||
/** @deprecated */
|
||||
export declare const APPLICATION_COMMON_PROVIDERS: Array<Type<any> | {
|
||||
[k: string]: any;
|
||||
} | any[]>;
|
||||
|
||||
/** @experimental */
|
||||
export declare class ApplicationInitStatus {
|
||||
done: boolean;
|
||||
|
Reference in New Issue
Block a user