UNPKG
ngx-mariem-datatable
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Advanced table extension with sorting, filtering, paging and more... for Angular apps
ngx-mariem-datatable
/
lib
/
datatable-checkbox-template
/
datatable-checkbox-template.component.d.ts
9 lines
(8 loc)
•
274 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
OnInit
,
EventEmitter
}
from
"@angular/core"
;
export
declare
class
DatatableCheckboxTemplateComponent
implements
OnInit
{
row
:
any
;
onckeckBoxClicked
:
EventEmitter
<
any
>;
constructor
(
);
ngOnInit
():
void
;
ckeckBoxClicked
(
row
:
any
):
void
; }