-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] compatibility with material mdc #411
Comments
@AhsanAyaz would you want to take a stab at this one? |
Is there any way to get v6.0 working with non-legacy (MDC) material? I've tried importing the MatLegacySelectModule but I get the following error:
|
Thanks! You saved my day with v6.0.0 |
Version 6.0.0 is the only version that is compatible with
@angular/material@15
and theMatLegacySelectModule
(@angular/material/legacy-select
)In version Version 7.0.0, we are compatible with the mdc-based version of mat-select, ie
@angular/material@15
and theMatSelectModule
(@angular/material/select
). This is a breaking change, as we need to drop support for the legacy mat selectThe text was updated successfully, but these errors were encountered: