We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79546da commit 40b1901Copy full SHA for 40b1901
README.md
@@ -84,7 +84,7 @@ ng g component my-new-component # using the alias
84
ng g component new-cmp
85
# your component will be generated in src/app/feature/new-cmp
86
# but if you were to run
87
-ng g component ../newer-cmp
+ng g component ./newer-cmp
88
# your component will be generated in src/app/newer-cmp
89
# if in the directory src/app you can also run
90
ng g component feature/new-cmp
0 commit comments