ElementRef(nativeElement)

Source

ElementRef(dynamic nativeElement) {
  this.nativeElement = nativeElement;
}