UNPKG
@terrencecastro/ngx-taskboard
Version:
latest (1.2.1)
1.2.1
1.2.0
Yet another angular taskboard
ngx-taskboard.disane.de
Disane87/ngx-taskboard
@terrencecastro/ngx-taskboard
/
lib
/
ngx-taskboard.module.d.ts
5 lines
(4 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
5
import
{
FaIconLibrary
}
from
'@fortawesome/angular-fontawesome'
;
export
declare
class
NgxTaskboardModule
{
constructor
(
library
:
FaIconLibrary
); }