Class: SafeResourceUrlPipe
@flyze/lib-core-angular 1.0.0-alpha.34· latestDefined in: projects/lib-core-angular/src/lib/pipes/safe-resource-url.pipe.ts:5
Implements
Section titled “Implements”PipeTransform
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new SafeResourceUrlPipe(
sanitized):SafeResourceUrlPipe
Defined in: projects/lib-core-angular/src/lib/pipes/safe-resource-url.pipe.ts:6
Parameters
Section titled “Parameters”sanitized
Section titled “sanitized”DomSanitizer
Returns
Section titled “Returns”SafeResourceUrlPipe
Methods
Section titled “Methods”transform()
Section titled “transform()”transform(
value):SafeResourceUrl
Defined in: projects/lib-core-angular/src/lib/pipes/safe-resource-url.pipe.ts:13
Consumes a string and using the DomSanitizer, returns a safe resource URL.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”SafeResourceUrl
Implementation of
Section titled “Implementation of”PipeTransform.transform