On this page
SecurityContext
enum
| npm Package | @angular/core | 
|---|---|
| Module | import { SecurityContext } from '@angular/core'; | 
     
| Source | core/src/security.ts | 
Overview
enum SecurityContext {
  NONE: 0
  HTML: 1
  STYLE: 2
  SCRIPT: 3
  URL: 4
  RESOURCE_URL: 5
}
  Members
NONE: 0
  HTML: 1
  STYLE: 2
  SCRIPT: 3
  URL: 4
  RESOURCE_URL: 5
  © 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v5.angular.io/api/core/SecurityContext