-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in angular2 ts directive when compiling #53
Comments
There is no support here about this? |
I started working again on my project. In my case i have a bunch of other package not compatible with previous version like 2.1.6. Tell me if you want an update on this topic. Theo |
Any update on it ? I have the same problem and I'm new to typescript. 'll try to figure out how to downgrade my ts back to 2.1.6 Thanks, |
Hello Jerry, I've totaly gave up on this package. I'm not experienced enough to modify the package. However i know that if you're using npm, you can downgrade your typescript version by uninstalling the current version => npm uninstall typescript --save Théo |
Hi Theo, Thanks |
Glad to know that it's working on your end. |
hi,
I get this error when i try to compile my application :
node_modules/angular2-google-chart/directives/angular2-google-chart.directive.ts(33,15): error TS7006: Parameter 'chartOptions' implicitly has a n 'any' type. node_modules/angular2-google-chart/directives/angular2-google-chart.directive.ts(33,29): error TS7006: Parameter 'chartType' implicitly has an ' any' type. node_modules/angular2-google-chart/directives/angular2-google-chart.directive.ts(33,40): error TS7006: Parameter 'chartData' implicitly has an ' any' type. node_modules/angular2-google-chart/directives/angular2-google-chart.directive.ts(33,51): error TS7006: Parameter 'ele' implicitly has an 'any' t ype. node_modules/angular2-google-chart/directives/angular2-google-chart.directive.ts(54,33): error TS2345: Argument of type '{ message: string; row: any; column: any; selectedRowValues: any[]; }' is not assignable to parameter of type '{ row: number; column: number; }'. Object literal may only specify known properties, and 'message' does not exist in type '{ row: number; column: number; }'.
Can someone help me with this ?
I'm using Angular 4.3.0 and the latest version of angular2-google-chart.
Thanks,
Theo
The text was updated successfully, but these errors were encountered: