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

SafeUrl

Marker interface for a value that's safe to use as a URL linking to a document.

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

  // inherited from platform-browser/SafeValue
}