greetclock / angular-gauge-chart

Angular Gauge Chart
https://recogizer.github.io/gauge-chart/examples/samples/
MIT License
60 stars 42 forks source link

unable to use GaugeChart even after npm install- Cannot find name 'GaugeChart'.ts(2304) #64

Open himakshi-aggarwal opened 3 years ago

himakshi-aggarwal commented 3 years ago

I installed the package using npm. post this, when I'm trying to create a gauge chart I'm getting the cannot find name error. I tried to import it as well using, import * as GaugeChart from 'gauge-chart'- getting error as:

Could not find a declaration file for module 'gauge-chart'. 'c:/Users/Z004CW5B/sinumerik-analytics/Front-End/HMT-FRONT-END/node_modules/gauge-chart/dist/bundle.js' implicitly has an 'any' type.

but it isn't able to identify gauge-chart- Cannot find name 'GaugeChart'.ts(2304)