components icon indicating copy to clipboard operation
components copied to clipboard

fix(material/schematics): update and handle import statements for the MDC migration

Open amysorto opened this issue 1 year ago • 0 comments

This PR does the following:

  • Updates the package name replacements based on the new folder changes
  • Replaces the import specifier in import statements and handles aliasing
  • Migrate imports within @NgModule imports field
  • Migrate imports within @Component imports field (needed for standalone components)

amysorto avatar Sep 13 '22 15:09 amysorto