fix(core): Removed depricated disposePlatform
BREAKING CHANGE: previously deprecated disposePlatform was removed; see deprecation notice for migration instructions.
This commit is contained in:

committed by
Vikram Subramanian

parent
156a52e390
commit
d2825077b1
6
tools/public_api_guard/core/index.d.ts
vendored
6
tools/public_api_guard/core/index.d.ts
vendored
@ -488,6 +488,9 @@ export declare class DefaultIterableDiffer implements IterableDiffer {
|
||||
toString(): string;
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
export declare function destroyPlatform(): void;
|
||||
|
||||
/** @stable */
|
||||
export declare var Directive: DirectiveMetadataFactory;
|
||||
|
||||
@ -532,9 +535,6 @@ export interface DirectiveMetadataType {
|
||||
selector?: string;
|
||||
}
|
||||
|
||||
/** @deprecated */
|
||||
export declare function disposePlatform(): void;
|
||||
|
||||
/** @stable */
|
||||
export declare abstract class DoCheck {
|
||||
abstract ngDoCheck(): void;
|
||||
|
Reference in New Issue
Block a user