Css – Angular material progress spinner reactive
in Angular material progress spinner component we can actually set size by setting diameter. I want to know if there is an option to make this diameter responsive so it based on window size. <mat-progress-spinner [diameter]=24> </mat-progress-spinner> what I would…