API reference for SfSafePipe

import {SfCommonModule} from "@progress/sitefinity-component-framework";


attribute: sfSafe description: Disables Angular's built-in sanitization for the value passed accepts: String parameter 'type' (possible values: SANITIZER_TYPES.HTML|STYLE|SCRIPT|URL|RESOURCE_URL)

Implements

  • PipeTransform

Constructors

Methods

Constructors

  • Parameters

    • sanitizer: DomSanitizer

    Returns SfSafePipe

Methods

  • Parameters

    • value: any
    • type: string

    Returns SafeValue

Generated using TypeDoc