refactor(platform-webworker): remove deprecated PRIMITIVE (#18761)

BREAKING CHANGE: `PRIMITIVE` has been removed as it was deprecated since v4. Use `SerializerTypes.PRIMITIVE` instead.

PR Close #18761
This commit is contained in:
Olivier Combe
2017-08-17 17:41:20 +02:00
committed by Miško Hevery
parent d7f42bfbe6
commit a56468cf2f
3 changed files with 1 additions and 12 deletions

View File

@ -46,9 +46,6 @@ export declare const platformWorkerApp: (extraProviders?: StaticProvider[] | und
/** @experimental */
export declare const platformWorkerUi: (extraProviders?: StaticProvider[] | undefined) => PlatformRef;
/** @experimental */
export declare const PRIMITIVE: SerializerTypes;
/** @experimental */
export interface ReceivedMessage {
args: any[];