UNPKG
ng2-bs-table
Version:
latest (1.0.11)
1.0.11
1.0.10
1.0.8
Boostrap table view for angular 2.
github.com/lexxorlov/ng2-bs-table.git
lexxorlov/ng2-bs-table
ng2-bs-table
/
src
/
common
/
table-transformer-interface.ts
10 lines
(9 loc)
•
242 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
TableFilterInterfacePipe
}
from
"../filters/table-filter-interface.pipe"
;
export
interface
TableTransformerInterface
{
id
:
any
;
priority
:
number
;
params
: {
pipe
:
TableFilterInterfacePipe
,
args
:
any
, } }