UNPKG
tile-list-grid
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A simple grid that can be configured to view tiles or a list
tile-list-grid
/
index.ts
5 lines
(4 loc)
•
201 B
text/typescript
View Raw
1
2
3
4
5
export
{
GridComponent
}
from
'./grid.component'
;
export
{
ItemFilterPipe
}
from
'./pipes/filter.pipe'
;
export
{
FilterComponent
}
from
'./filter/filter.component'
;
export
{
GridModule
}
from
'./grid.module'
;