Class: SafeHtmlPipe
@flyze/lib-core-angular 1.0.0-alpha.34· latestDefined in: projects/lib-core-angular/src/lib/pipes/safe-html.pipe.ts:5
Implements
Section titled “Implements”PipeTransform
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new SafeHtmlPipe(
sanitized):SafeHtmlPipe
Defined in: projects/lib-core-angular/src/lib/pipes/safe-html.pipe.ts:6
Parameters
Section titled “Parameters”sanitized
Section titled “sanitized”DomSanitizer
Returns
Section titled “Returns”SafeHtmlPipe
Methods
Section titled “Methods”transform()
Section titled “transform()”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.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”SafeHtml
Implementation of
Section titled “Implementation of”PipeTransform.transform