UNPKG

ng2-bs-table

Version:
10 lines (9 loc) 250 B
import { Router } from "@angular/router"; export interface TableActionInterface { name: string; glyphicon: string; link: [string, any[]]; label: string; toRoute(router: Router, data: any): void; visible(data: any): boolean; }