Webstorm not using nx for angular schematics
I just updated my project to Angular 9 and angular CLI along with it. Whenever I try to create a new component or module from the schematics list I get error saying i'm using the angular CLI instead of the Nx CLI.
I see a lot of pictures of the schematic popup look like this:

Mine looks like this:

Please sign in to leave a comment.
haven't seen such issues. What does the error look like? Can you reproduce the issue with a new Angular project?
Hey ! I think your projects followed nx architecture. at this time WebStorm schematics not supported component, service and some others for nx architecture. if you create a project with angular cli which is followed angular architecture, you can generate component, service like the 1st picture of your post.
I am running angular 11 and seeing the schematic list as well. Also I just installed @angular-architects/ddd and that does not show either.
I guess the instructions are not clear on how to install the NX console - why is that.
Can someone post the intructions.
@nrwl/web
@angular-architects/ddd not showing.
I would like to see
@angular-architects/ddd:domain
@angular-architects/ddd:feature
@angular-architects/ddd:ui
@angular-architects/ddd:util
ETC.
I would like to see what Peter sees in his VSCODE when generate a DDD app with NGRX etc.