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; }