• Overview
@angular/core

SecurityContext

enum

A SecurityContext marks a location that has dangerous security implications, e.g. a DOM property like innerHTML that could cause Cross Site Scripting (XSS) security bugs when improperly handled.

  
    enum SecurityContext {}
  
  

NONE

HTML

STYLE

SCRIPT

URL

RESOURCE_URL

Jump to details