UNPKG

@ng-doc/app

Version:

<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>

11 lines (10 loc) 506 B
import { PipeTransform } from '@angular/core'; import { DomSanitizer, SafeHtml } from '@angular/platform-browser'; import * as i0 from "@angular/core"; export declare class NgDocSanitizeHtmlPipe implements PipeTransform { private readonly sanitizer; constructor(sanitizer: DomSanitizer); transform(value: string): SafeHtml; static ɵfac: i0.ɵɵFactoryDeclaration<NgDocSanitizeHtmlPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<NgDocSanitizeHtmlPipe, "ngDocSanitizeHtml", true>; }