feat: add a PLATFORM_ID token that provides a platform id Object. (#14647)
This commit is contained in:
@ -743,6 +743,9 @@ export interface PipeTransform {
|
||||
transform(value: any, ...args: any[]): any;
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
export declare const PLATFORM_ID: InjectionToken<Object>;
|
||||
|
||||
/** @experimental */
|
||||
export declare const PLATFORM_INITIALIZER: InjectionToken<(() => void)[]>;
|
||||
|
||||
|
Reference in New Issue
Block a user