Skip to content
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

node_modules/angular2-google-chart/directives/angular2-google-chart.directive.ts(33,15): error TS7006: Parameter 'chartOptions' implicitly has an 'any' type #66

Open
VIS-School-ERP opened this issue Dec 12, 2017 · 0 comments

Comments

@VIS-School-ERP
Copy link

Getting this error with all parameters declared with drawGraph() 👍
and another error with this statement let msg;

I got a solution for this issue.

explicitly declare all parameters like drawGraph(chartOptions:any, chartType:any, chartData:any, ele:any) at line number 33
and statement let msg:any; at line number 47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant