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
/
filters
/
input
/
table-input-filter.pipe.d.ts
5 lines
(4 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
import
{
TableFilterInterfacePipe
}
from
"../table-filter-interface.pipe"
;
export
declare
class
TableInputFilterPipe
implements
TableFilterInterfacePipe
{
transform
(
input
:
any
,
args
:
any
):
any
; }