crisbeto / angular-svg-round-progressbar

Angular module that uses SVG to create a circular progressbar
https://crisbeto.github.io/angular-svg-round-progressbar/
MIT License
741 stars 173 forks source link

Not Working on angular 9 ionic 5 #203

Closed irshad closed 3 years ago

irshad commented 3 years ago
      <div class="position-relative">
        <round-progress class="round-progress-anim" style="transform: rotate(270deg); z-index: 1;" [background]="'#6c6fff'" [current]="progressPercent" [radius]="radius" [stroke]="stroke" [color]="'#fff'" [max]="100"></round-progress>
        <span class="set-position">{{setIndex + 1}}</span>
      </div>