fusioncharts / angular-fusioncharts

Angular Component for FusionCharts JavaScript Charting Library
https://fusioncharts.github.io/angular-fusioncharts/#/ex1
Other
55 stars 37 forks source link

versio 3.0.1 is incompatilble with TypeScript --noImplicitAny #56

Open bcmedeiros opened 5 years ago

bcmedeiros commented 5 years ago

If I turn this flag on in my tsconfig.json, the following error shows up:

ERROR in node_modules/fusioncharts/index.d.ts(205,71): error TS7006: Parameter 'output' implicitly has an 'any' type

Can you please fix that?

AyanBhadury commented 2 years ago

ngCC compilation issue has been fixed, please upgrade to 3.2.0 : http://www.npmjs.com/package/angular-fusioncharts

@brunojcm