bootsoon / ng-circle-progress

A simple circle progress component created for Angular based on SVG Graphics.
https://bootsoon.github.io/ng-circle-progress/
MIT License
250 stars 85 forks source link

Adds the module with providers generic for Angular 9. #117

Closed jlbates closed 4 years ago

jlbates commented 4 years ago

Issue:

This PR addresses the issue of the ModuleWithProviders generic no longer being optional in Angular 9.

https://github.com/bootsoon/ng-circle-progress/issues/116