UNPKG

stf-datatable

Version:

An Angular 4 dataTable, easily to implement and to costumize. You only need a JSON object and set what properties of your JSON you want to show

12 lines (10 loc) 247 B
import { Component } from '@angular/core'; @Component({ selector: 'action-column', template: ` <ng-template #interactiveColumn> <ng-content></ng-content> </ng-template> ` }) export class ActionColumnComponent { }