Skip to content
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

fix(material/schematics): incorrectly migrating some cases #22983

Merged

Commits on Jun 15, 2021

  1. fix(material/schematics): incorrectly migrating some cases

    Fixes the following cases that the migration wasn't handling correctly:
    * Variables whose names partially match the name of the variables being migrated. E.g. `$mat-blue-override`.
    * Functions whose names partially match the names of function being migrated. E.g. `my-mat-palette`.
    * Files where the top import comes from Material, but which have other imports further down in the file.
    crisbeto committed Jun 15, 2021
    Copy the full SHA
    75174f8 View commit details
    Browse the repository at this point in the history