UNPKG

ng-zorro-antd-mobile

Version:

An enterprise-class mobile UI components based on Ant Design and Angular

11 lines (10 loc) 446 B
import { PipeTransform } from '@angular/core'; import { DomSanitizer } from '@angular/platform-browser'; import * as i0 from "@angular/core"; export declare class SafeHTMLPipe implements PipeTransform { private _sanitized; constructor(_sanitized: DomSanitizer); transform(value: any): any; static ɵfac: i0.ɵɵFactoryDeclaration<SafeHTMLPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<SafeHTMLPipe, "safeHTML", false>; }