crisbeto / angular-svg-round-progressbar

Angular module that uses SVG to create a circular progressbar
https://crisbeto.github.io/angular-svg-round-progressbar/
MIT License
742 stars 173 forks source link

Import not found in my module #105

Closed sinzen closed 7 years ago

sinzen commented 7 years ago

Hi,

I try to implement a progress bar in my angular2 app. in your repo i found this line: import { RoundProgressModule } from 'angular-svg-round-progressbar';

In my module the import can't find this module: angular-svg-round-progressbar

I installed with npm the librairies but I can't see an issue..

can you help me?

crisbeto commented 7 years ago

Are you sure that your module resolver is pointing to the right place? Also which version are you using?

sinzen commented 7 years ago

Thanks for your answer. What is the resolver à I don't understand.. I'm using the last version of angular 2 and the last version of your repo.. I'm using systemjs in angular 2

crisbeto commented 7 years ago

I mean what version of the progress bar module.

sinzen commented 7 years ago

Thanks for your message. The version is 1.0.3

sinzen commented 7 years ago

Thanks Crisbeto.. I solved my problem. Have a nice day.

crisbeto commented 7 years ago

In case somebody else runs into it, how did you solve it?