On this page
SafeValue
interface
| npm Package | @angular/platform-browser | 
|---|---|
| Module | import { SafeValue } from '@angular/platform-browser'; | 
| Source | platform-browser/src/security/dom_sanitization_service.ts | 
Interface Overview
interface SafeValue { 
}Description
Marker interface for a value that's safe to use in a particular context.
Child Interfaces
- SafeHtml
- SafeResourceUrl
- SafeScript
- SafeStyle
- SafeUrl
© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v4.angular.io/api/platform-browser/SafeValue