You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(progress-spinner): animation not working when default size is set via token (#11688)
Fixes the progress spinner's animation not working when a different diameter is passed in through the `MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS` token. The issue comes from the fact that setting the defaults wasn't going through the appropriate setters, which meant that we weren't generating the appropriate `style` tag for that size.
Fixes#11687.
0 commit comments