UNPKG
ngx-checkbox-list
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
Checkbox list form control for Angular X
ngx-checkbox-list
/
index.ts
4 lines
(3 loc)
•
163 B
text/typescript
View Raw
1
2
3
4
export
{
Option
}
from
'./option'
;
export
{
CheckboxListComponent
}
from
'./checkbox-list.component'
;
export
{
CheckboxListModule
}
from
'./checkbox-list.module'
;