UNPKG

@lxlib/theme

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

8 lines (7 loc) 275 B
import { PipeTransform } from '@angular/core'; import { DomSanitizer, SafeHtml } from '@angular/platform-browser'; export declare class HTMLPipe implements PipeTransform { private dom; constructor(dom: DomSanitizer); transform(html: string): string | SafeHtml; }