UNPKG

@sedeh/into-pipes

Version:

Have you ever wanted to transform data in different parts of your application into interactive objects without writing a single line of code?

11 lines (10 loc) 476 B
import { PipeTransform } from "@angular/core"; import { DomSanitizer, SafeHtml } from '@angular/platform-browser'; import * as i0 from "@angular/core"; export declare class SanitizeHtmlPipe implements PipeTransform { private _sanitizer; constructor(_sanitizer: DomSanitizer); transform(v: string): SafeHtml; static ɵfac: i0.ɵɵFactoryDeclaration<SanitizeHtmlPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<SanitizeHtmlPipe, "sanitizeHtml", false>; }