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
feat(material/radio): switch implementation to use MDC (angular#25409)
Switches the `material/radio` implementation to use MDC by default. Old implementation is still available under `material/legacy-radio`.
BREAKING CHANGE:
- DOM and CSS classes for `mat-radio-group` and `mat-radio-button` have changes.
- Typescript API is largely the same but may have minor differences.
0 commit comments