import { ElementRef } from "./elementRef"; export class TemplateRef { public get elementRef() { return this._eleRf; } constructor(private _eleRf: ElementRef) { } }