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

Is this project still being maintained? #196

Closed DuncanFaulkner closed 4 years ago

DuncanFaulkner commented 4 years ago

Just wondering if this is still being maintained as last release was Sept 2019, there were some issues with version 8 of Angular compiling with Ivy, just wondering if these have been sorted or being worked on now version 9 of Angular is out?

crisbeto commented 4 years ago

I'm definitely maintaining it, but I haven't released since September since the module isn't doing anything fancy and it doesn't need any changes for new versions of Angular. At some point I need to switch the build away from my current custom setup to ng-packagr, but I haven't had the time to do it yet.

DuncanFaulkner commented 4 years ago

OK thanks, do we know if this works with Angular 9 and Ivy?

crisbeto commented 4 years ago

I haven't tried it myself yet, but I expect it to work since it isn't hitting any of the breaking changes.

DuncanFaulkner commented 4 years ago

OK, will let you know if I have a problem cheers