Currently, I am utilizing ng-cycle-progress in my Angular progress. Here is the HTML code:
<circle-progress
[percent]="score"
[radius]="100"
[outerStrokeWidth]="16"
[innerStrokeWidth]="8"
[outerStrokeColor]="'#78C000'"
[innerStrokeColor]="'#C7E596'"
[animation]="true"
[animationDuration]="300"
></circle-progress>
In my .ts file, I am setting the score dynamically. However, I encountered an error while trying to render the progress bar. Any assistance would be greatly appreciated. Thanks in advance.
Edit: The specific error message I am encountering is as follows:
Error: "Uncaught (in promise): NullInjectorError: StaticInjectorError(AppModule)[CircleProgressComponent -> CircleProgressOptions]:
StaticInjectorError(Platform: core)[CircleProgressComponent -> CircleProgressOptions]:
NullInjectorError: No provider for CircleProgressOptions!
... (error continues)