79236889

Date: 2024-11-29 11:22:59
Score: 1
Natty:
Report link

I have problem for converting to API string number to int then i use

<circle-progress
[percent]="progressPercent(class.complete_status)"
...
></circle-progress>

And create a function in .ts file

progressPercent(per:any){
 return +per;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dharmendra Singh Patel