vimalavinisha / angular2-google-chart

Angular 2 google chart
MIT License
59 stars 45 forks source link

Can't bind to 'chartData' since it isn't a known property of 'div' #17

Closed MalinGunasekara closed 7 years ago

MalinGunasekara commented 7 years ago

i me getting this error on console.

Can't bind to 'chartData' since it isn't a known property of 'div'

henkverschoor1994 commented 7 years ago

How did you solved this? I got the same error.

liquidpizza commented 7 years ago

https://github.com/vimalavinisha/angular2-google-chart/issues/25 this helped me. I guess the important part is to import GoogleChart

MorlaRamakrishna commented 7 years ago

Hey, I got the same error,

vimalavinisha commented 7 years ago

Hi

Please ref the below link to solve this issue https://github.com/vimalavinisha/angular2-google-chart/issues/25

I hope that you have missed to import GoogleChart Directive properly.