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(material/schematics): don't drop prebuilt imports in theming API migration
Currently the theming API migration drops any imports starting with `~@angular/material/`, assuming that they're Sass APIs. This can result in prebuilt style imports being removed by mistake.
These changes add a regex based on which we'll exclude some imports from the migration.
Fixes#22697.
0 commit comments