import { Component, ElementRef } from '@angular/core'; @Component({ selector: 'aol-content', template: '', }) export class ContentComponent { constructor(public elementRef: ElementRef) {} }