UNPKG

dynamic-mat-table

Version:

dynamic-mat-table is an Angular component for presenting large and complex data with a lightning fast performance (at least 10x faster) and excellent level of control over the presentation.

6 lines (5 loc) 111 B
import { Type } from "@angular/core"; export interface IPipe { token?: Type<any>; data?: any[]; }