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
/
src
/
app
/
app.component.d.ts
7 lines
(6 loc)
•
122 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
AppComponent
{
title
:
string
;
ready
:
boolean
;
constructor
(
);
callme
():
void
; }