@tekdi/sunbird-quml-player
Version:
The QuML player library components are powered by Angular. This player is primarily designed to be used on Sunbird consumption platforms (mobile app, web portal, offline desktop app) to drive reusability and maintainability, hence reducing the redundant d
11 lines (10 loc) • 485 B
TypeScript
import { DomSanitizer } from '@angular/platform-browser';
import { PipeTransform } from "@angular/core";
import * as i0 from "@angular/core";
export declare class SafeHtmlPipe implements PipeTransform {
private sanitized;
constructor(sanitized: DomSanitizer);
transform(value: any): import("@angular/platform-browser").SafeHtml;
static ɵfac: i0.ɵɵFactoryDeclaration<SafeHtmlPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<SafeHtmlPipe, "safeHtml", false>;
}