UNPKG

gamebench-ng-toasty

Version:

Angular2 Toasty component shows growl-style alerts and messages for your web app - now with more clicking!

8 lines (7 loc) 271 B
import { DomSanitizer } from '@angular/platform-browser'; import { PipeTransform } from '@angular/core'; export declare class SafeHtmlPipe implements PipeTransform { private domSanitized; constructor(domSanitized: DomSanitizer); transform(value: any): any; }