crisbeto / angular-svg-round-progressbar

Angular module that uses SVG to create a circular progressbar

Home Page:https://crisbeto.github.io/angular-svg-round-progressbar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation failed after upgrading to 5.0.1

real-artswan opened this issue · comments

commented

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.

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

Resolved in version 5.0.2.