import { ElementRef } from "@angular/core"; export interface HasElementRef { _elementRef: ElementRef; }