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
741 stars 174 forks source link

Compilation failed after upgrading to 5.0.1 #212

Closed real-artswan closed 3 years ago

real-artswan commented 3 years ago

It seems module was renamed somewhere between 4.0.0 and 5.0.1 so import { RoundProgressModule } from 'angular-svg-round-progressbar'; must be import { RoundprogressModule } from 'angular-svg-round-progressbar'; now. I think such a breaking change should be mentioned in the readme, also currently readme incorrectly suggests to use the old name.

crisbeto commented 3 years ago

Sorry about that, renaming it wasn't intentional. I'll push a new version later today to resolve it.

crisbeto commented 3 years ago

Resolved in version 5.0.2.