angular-svg-round-progressbar
angular-svg-round-progressbar copied to clipboard
FEATURE - Progress svg path with linear gradient
I needed it for a client's implementation. Would be great to have it included in the original
FULL EXAMPLE
<round-progress
[current]="current"
[max]="max"
[stroke]="stroke"
[radius]="radius"
[semicircle]="semicircle"
[rounded]="rounded"
[responsive]="responsive"
[clockwise]="clockwise"
[gradStartColor]="'#7573ab'"
[gradEndColor]="'#aabbcc'"
[gradDirection]="'right'"
[background]="background"
[duration]="duration"
[animation]="animation"
[animationDelay]="animationDelay"></round-progress>
Thanks! Best regards