Replies: 2 comments 8 replies
-
|
It's already the case: "Angular: Generate another schematics" command in a NX workspace will have As a more general answer, the extension will default to the collection set in {
"cli": {
"defaultCollection": "@nrwl/angular"
} |
Beta Was this translation helpful? Give feedback.
-
|
Hello @cyrilletuzi But lately, the standard behavior of ng g c no longer satisfies me. So I created my schematic in the project, I called it "component" and added it to the Now ng g c works perfect for me. But I sadly discovered that It seems to me that if
then there is no reason why you would need |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great if this would support
@nrwl/angularschematics as preferred default over@schematics/angularif it is installed.Beta Was this translation helpful? Give feedback.
All reactions