I'm using the spinner as a timer and I would like to reverse the progress direction. It's clockwise if you go from 0 to 100, but my percentage is going from 100 (15 minutes = 900 seconds) to 0 (time has run out).
<mat-progress-spinner [color]="primary"
[value]="percentage"
strokeWidth="8">
</mat-progress-spinner>
