Replies: 4 comments 3 replies
-
Custom configurations (Nx, yarn,...) support may come in an enhanced version, which I plan to develop this summer. 2 questions:
|
Beta Was this translation helpful? Give feedback.
3 replies
-
In my case I dont use global ng and I prefer to use ./node_modules/@angular/cli/bin/ng to follow project version. |
Beta Was this translation helpful? Give feedback.
0 replies
This comment has been hidden.
This comment has been hidden.
-
Latest version (v6) of the extension has its own generator and does not rely on Angular CLI anymore. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my
nx
setting, I usenx g component ...
or evenyarn ng g component ...
.The extension seems to use only
ng g component
.Would it be possible to have a setting where the
ng
part could be customized?Beta Was this translation helpful? Give feedback.
All reactions