L

angular-material-imports

How to Use
Run this codemod on your codebase using one of the following commands

The easiest way to run this codemod without installing anything globally:

Documentation

Angular-Material-Imports Codemod

This project provides a codemod script to update Angular Material imports to their new module paths, suitable for Angular v9 and beyond. It leverages jscodeshift to transform the import statements in your codebase.

Purpose

After running the codemod, your codebase should have updated import statements that match the old Angular Material import paths.

Before

ts

After

ts

Ready to contribute?

Build your own codemod and share it with the community.