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

The options should be typed using the interface #203

Open fireflysemantics opened 1 year ago

fireflysemantics commented 1 year ago

Please see this Stackoverflow question. The current implementation produces linting errors in Angular 16.

https://stackoverflow.com/questions/76861644/getting-the-npm-ng-circle-progress-component-to-work-in-angular-16

The error can be seen more clearly in this pure Typescript Stackblitz.