angularintellij-ideanrwl-nxangular-schematics

How to show 'Angualar Schematic...' entry in project popup menu?


I have an angular project where the Angular menu items are missing.

In the settings it seems to be configured correctly: enter image description here

But in the pop-up menu (from the project-view) the entries are missing:

enter image description here

Note: Some other projects work fine in the same IDE: enter image description here

Is there maybe another setting that I am missing - or another way to make this work?

Notes:


Solution

  • I just found out the this was caused by some nrwl/nx migration.
    That migration converted the angular.json file to multiple project.json files: see nx-docs Configuration: project.json and nx.json

    And now IntelliJ does not understand that this is an angular project anymore.