UNPKG

angular2-data-table

Version:

angular2-data-table is a Angular2 component for presenting large and complex data.

7 lines (5 loc) 216 B
import { Directive, TemplateRef } from '@angular/core'; @Directive({ selector: '[swui-datatable-cell-template]' }) export class DataTableColumnCellDirective { constructor(public template: TemplateRef<any>) { }; }