Commit 8baf8d5
authored
fix(material/schematics): schema error in mdc migration (#28520)
[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.1 parent 57e15ff commit 8baf8d5
File tree
1 file changed
+0
-1
lines changed- src/material/schematics/ng-generate/mdc-migration
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments