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
@ -123,15 +123,6 @@ export function assertPlatform(requiredToken: any): PlatformRef {
|
||||
return platform;
|
||||
}
|
||||
|
||||
/**
|
||||
* Dispose the existing platform.
|
||||
*
|
||||
* @deprecated Use `destroyPlatform` instead
|
||||
*/
|
||||
export function disposePlatform(): void {
|
||||
destroyPlatform();
|
||||
}
|
||||
|
||||
/**
|
||||
* Destroy the existing platform.
|
||||
*
|
||||
|
Reference in New Issue
Block a user