import { ViewChild, TemplateRef } from '@angular/core'; import { RdComponent } from './rdComponent'; export abstract class RdFooterItem extends RdComponent { @ViewChild(TemplateRef) template: TemplateRef; }