// Angular imports // import { Directive, TemplateRef } from '@angular/core'; // Components // // Interfaces // // Services // // Directives // @Directive({ selector: '[fbTableRow]' }) export class FbTableRowDirective { constructor( public template: TemplateRef ) { } }