safeHtml property

  1. @Input()
String? safeHtml
getter/setter pair

The trusted HTML content to render.

Implementation

@Input()
String? safeHtml;