SafeUrl
interface
npm Package | @angular/platform-browser |
---|---|
Module | import { SafeUrl } from '@angular/platform-browser'; |
Source | platform-browser/src/security/dom_sanitization_service.ts |
Interface Overview
interface SafeUrl extends SafeValue { }
Description
Marker interface for a value that's safe to use as a URL linking to a document.
© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/platform-browser/SafeUrl