Skip to content

Class: SafeHtmlPipe

@flyze/lib-core-angular 1.0.0-alpha.34· latest

Defined in: projects/lib-core-angular/src/lib/pipes/safe-html.pipe.ts:5

  • PipeTransform

new SafeHtmlPipe(sanitized): SafeHtmlPipe

Defined in: projects/lib-core-angular/src/lib/pipes/safe-html.pipe.ts:6

DomSanitizer

SafeHtmlPipe

transform(value): SafeHtml

Defined in: projects/lib-core-angular/src/lib/pipes/safe-html.pipe.ts:13

Consumes a string and using the DomSanitizer, returns a safe HTML.

string

SafeHtml

PipeTransform.transform