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
refactor(progress-spinner): breaking constructor changes for 8.0 (#15761)
Handles the breaking constructor changes for `MatProgressSpinner` and `MatSpinner`. Also takes the chance to remove some unnecessary private properties.
BREAKING CHANGES:
* The `animationMode` mode parameter is now required in the `MatProgressSpinner` and `MatSpinner` constructors.
* The `_elementRef` parameter has changed from `ElementRef<any>` to `ElementRef<HTMLElement>` in the `MatProgressSpinner` and `MatSpinner` constructors.
0 commit comments