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
/
lib
/
ng2-nvd3.module.ts
10 lines
(7 loc)
•
201 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import { NgModule } from
'@angular/core'
; import { NvD3Component } from
'./ng2-nvd3.component'
;
@NgModule
({ declarations: [NvD3Component], exports: [NvD3Component] }) export
class
NvD3Module
{ }