feat(core): make ngprobe tokens pluggable
This commit is contained in:

committed by
Vikram Subramanian

parent
947f9c3f56
commit
f48142e679
@ -126,6 +126,11 @@ export interface MessageBusSource {
|
||||
initChannel(channel: string, runInZone: boolean): void;
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
export declare class NgProbeToken {
|
||||
constructor(name: string, token: any);
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
export declare const platformBrowser: (extraProviders?: any[]) => PlatformRef;
|
||||
|
||||
|
Reference in New Issue
Block a user