ElementRef

ElementRef

Stable Security Risk Class

Security Risk

Permitting direct access to the DOM can make your application more vulnerable to XSS attacks. Carefully review any use of ElementRef in your code. For more detail, see the Security Guide.

Class Overview

class ElementRef {
  constructor(nativeElement: any)
  
  
  nativeElement : any
}

Class Description