You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: