Function trustHtmlAutoFilter

  • A filter to mark a value as trusted HTML, with the addition of automatically converting any string that matches the StringToHtmlReplacements list to HTML.

    Usage:

    If you use it, you don't require the "ngSanitize".

    Parameters

    Returns ((arg0: any) => string)

    The filter function.

      • (arg0): string
      • Parameters

        • arg0: any

        Returns string

    filter

    ngeoTrustHtmlAuto

Properties

Properties

$inject: string[]