UNPKG
adn-datatable
Version:
latest (2.0.5)
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
Datatable component integrable to any angular project.
gitlab.com/adncorp-rnd/datatable
adn-datatable
/
adn-datatable.d.ts
8 lines
(7 loc)
•
297 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Generated bundle index. Do not edit. */
export
*
from
'./public_api'
;
export
{
AppComponent
as
DataMain
}
from
'./src/app/app.component'
;
export
{
DataTableComponent
}
from
'./src/app/data-table-component/data-table-component'
;
export
{
DataService
}
from
'./src/app/data.service'
;