ng2-tree
Version:
angular2 component for visualizing data that can be naturally represented as a tree
11 lines (10 loc) • 472 B
TypeScript
import { PipeTransform } from '@angular/core';
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
import * as i0 from "@angular/core";
export declare class SafeHtmlPipe implements PipeTransform {
private sanitizer;
constructor(sanitizer: DomSanitizer);
transform(value: string): SafeHtml;
static ɵfac: i0.ɵɵFactoryDeclaration<SafeHtmlPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<SafeHtmlPipe, "safeHtml", false>;
}