UNPKG
ng2-nvd3
Version:
latest (2.0.0)
2.0.0
2.0.0-rc3
2.0.0-rc2
2.0.0-rc1
1.1.3
1.1.2
1.1.1
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Angular2 component for NVD3.js reusable charting library
github.com/krispo/ng2-nvd3
krispo/ng2-nvd3
ng2-nvd3
/
index.ts
4 lines
(2 loc)
•
111 B
text/typescript
View Raw
1
2
3
4
export
{
NvD3Component
}
from
'./lib/ng2-nvd3.component'
;
export
{
NvD3Module
}
from
'./lib/ng2-nvd3.module'
;