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
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
Migration from Material 14 to Material 15 left a compile error
Reproduction
Steps to reproduce:
Create an Angular/Material 14 project
Have MatOptionSelectionChange import in some component
Migrate to Angular/Material 15
Expected Behavior
Code compiles
Actual Behavior
Compile error:
'"@angular/material/legacy-core"; has no exported member named 'MatLegacyOptionSelectionChange'. Did you mean 'MatOptionSelectionChange'?
import {MatLegacyOptionSelectionChange as MatOptionSelectionChange } from '@angular/material/legacy-core';
Environment
Angular: 15.0.0-next.2
CDK/Material: 15.0.0-next.1
Browser(s): n/a
Operating System (e.g. Windows, macOS, Ubuntu): Windows
The text was updated successfully, but these errors were encountered:
Is this a regression?
The previous version in which this bug was not present was
No response
Description
Migration from Material 14 to Material 15 left a compile error
Reproduction
Steps to reproduce:
Expected Behavior
Code compiles
Actual Behavior
Compile error:
Environment
The text was updated successfully, but these errors were encountered: