feat: remove deprecated DOCUMENT token from platform-browser (#28117)

PR Close #28117
This commit is contained in:
Adam Plumer
2019-03-13 22:35:36 -05:00
committed by Andrew Kushnir
parent 6200732e23
commit 3a9d2473ca
3 changed files with 0 additions and 26 deletions

View File

@ -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;