Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(material/schematics): schema error in mdc migration (#28342)
[A recent change in the CLI](angular/angular-cli#26685) added a `-d` flag to `ng generate` which is the same as the alias for `--directory` in the MDC migration. This caused an error, because the default boolean value from the CLI was being picked up and was failing the schema validation. These changes remove the alias since it isn't really necessary. Fixes #28335. (cherry picked from commit b9450c9)
- Loading branch information