refactor(platform-browser): remove deprecated NgProbeToken
(#18760)
BREAKING CHANGE: `NgProbeToken` has been removed from `@angular/platform-browser` as it was deprecated since v4. Import it from `@angular/core` instead. PR Close #18760
This commit is contained in:

committed by
Miško Hevery

parent
8f413268cf
commit
d7f42bfbe6
@ -82,13 +82,6 @@ export declare type MetaDefinition = {
|
||||
[prop: string]: string;
|
||||
};
|
||||
|
||||
/** @deprecated */
|
||||
export declare class NgProbeToken {
|
||||
name: string;
|
||||
token: any;
|
||||
constructor(name: string, token: any);
|
||||
}
|
||||
|
||||
/** @stable */
|
||||
export declare const platformBrowser: (extraProviders?: StaticProvider[]) => PlatformRef;
|
||||
|
||||
|
Reference in New Issue
Block a user