survey-angular-ui
Version:
A free MIT-licensed Angular UI component that renders dynamic, interactive JSON-based forms and surveys. You can use it to collect responses from users and send them to your own database.
11 lines (10 loc) • 457 B
TypeScript
import { PipeTransform } from "@angular/core";
import { DomSanitizer, SafeUrl } from "@angular/platform-browser";
import * as i0 from "@angular/core";
export declare class SafeHtmlPipe implements PipeTransform {
private domSanitizer;
constructor(domSanitizer: DomSanitizer);
transform(url: string): SafeUrl;
static ɵfac: i0.ɵɵFactoryDeclaration<SafeHtmlPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<SafeHtmlPipe, "safeHtml">;
}