import { Component, OnInit, TemplateRef, ViewChild } from '@angular/core'; @Component({ selector: 'vdr-dt-column', template: ``, }) export class DataTableColumnComponent { @ViewChild(TemplateRef) template: TemplateRef; }