I am trying to add a mat-spinner from Angular Material to my Angular app. The mat-spinner documentation can be found here.
In the documentation, you can see the spinner continuously spins with just the below code:
<mat-spinner></mat-spinner>
I have added this to my app, but instead of spinning, it is remaining completely static. Please see below:
Can someone please tell me what else needs to be added so that it spins continuously. There are no console errors appearing also.