feat: remove deprecated DOCUMENT token from platform-browser (#28117)
PR Close #28117
This commit is contained in:

committed by
Andrew Kushnir

parent
6200732e23
commit
3a9d2473ca
@ -16,9 +16,6 @@ export declare class By {
|
||||
|
||||
export declare function disableDebugTools(): void;
|
||||
|
||||
/** @deprecated */
|
||||
export declare const DOCUMENT: InjectionToken<Document>;
|
||||
|
||||
export declare abstract class DomSanitizer implements Sanitizer {
|
||||
abstract bypassSecurityTrustHtml(value: string): SafeHtml;
|
||||
abstract bypassSecurityTrustResourceUrl(value: string): SafeResourceUrl;
|
||||
|
Reference in New Issue
Block a user