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

SafeValue

Marker interface for a value that's safe to use in a particular context.

interface SafeValue { }
      
      interface SafeValue {
}