krispo / ng2-nvd3

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

Directives doesn't exist #83

Closed ccdle12 closed 7 years ago

ccdle12 commented 7 years ago

Hi all, It seems as though directives doesn't exist as a Meta Data Property of Component? (I'm receiving an error in my project telling me "directives" is not a property of component)

Angular 2 documentation doesn't show any "directives" in the meta data properties

image

image

krispo commented 7 years ago

Yes, it's still an old version on npm for the old Angular2. I'm going to release v2.0.0 very soon for the latest angular.

ccdle12 commented 7 years ago

Hi Krispo,

Thanks for the update, looking forward to the new release :)

ccdle12 commented 7 years ago

Hi @krispo , do you know if theres a work around in the new version Angular 2 that can apply the charts without the directives?