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

Update to angular 8 breaks with AOT build.

sliceofbytes opened this issue · comments

commented

Any angular 8 AOT builds with the new version break with errors.

Confirmed with minimal example.

ERROR TypeError: i1.RoundProgressService is not a constructor

I've released 3.0.1 that should resolve it.

commented

Thank you for addressing this so quickly!