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 173 forks source link

Update to angular 8 breaks with AOT build. #188

Closed sliceofbytes closed 5 years ago

sliceofbytes commented 5 years ago

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

Confirmed with minimal example.

ERROR TypeError: i1.RoundProgressService is not a constructor

crisbeto commented 5 years ago

I've released 3.0.1 that should resolve it.

sliceofbytes commented 5 years ago

Thank you for addressing this so quickly!