Here is the code I wrote:
<mat-progress-spinner [diameter]="50" mode="indeterminate" ></mat-progress-spinner>
When I remove the diameter
attribute, the spinner works correctly. However, when I add the diameter
attribute, it only appears as a static circle without spinning.
Is there a method to resize the spinner and make it smaller?