This is the archived documentation for Angular v6. Please visit angular.io to see documentation for the current version of Angular.

SafeHtml

Marker interface for a value that's safe to use as HTML.

interface SafeHtml extends SafeValue { // inherited from platform-browser/SafeValue }
      
      interface SafeHtml extends SafeValue {

  // inherited from platform-browser/SafeValue
}