krispo / ng2-nvd3

Angular2 component for nvd3
http://krispo.github.io/ng2-nvd3/
MIT License
328 stars 104 forks source link

can't share NvD3Component in multiple module #100

Open byunru opened 7 years ago

byunru commented 7 years ago

1) import { NvD3Component } from 'ng2-nvd3'; in multiple modules will fail 2) import { NvD3Component } from 'ng2-nvd3'; in one module, and share it to other module, also fail

byunru commented 7 years ago

fail on
ng build -prod -sm