Closed
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
19.2.17
Description
The <mat-spinner>
component, when used in indeterminate mode, appears as a static circle and does not display any rotation animation. This issue prevents users from seeing the expected visual feedback of an ongoing process.
Reproduction
StackBlitz link: (https://stackblitz.com/edit/components-issue-starter-njn7kwxq?file=src%2Fspinner.component.ts)
Steps to reproduce:
- Observe the
<mat-spinner>
element in the preview pane.
Expected Behavior
The <mat-spinner>
should continuously rotate.
Actual Behavior
The <mat-spinner>
is rendered as a static blue circle and does not animate.
Environment
- Angular: 20.0.0
- CDK/Material: 20.0.1
- Browser(s):137.0.7151.56
- Operating System (e.g. Windows, macOS, Ubuntu): Windows