-1

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:

  • I have tries all IntelliJ repair options
  • I copied the whole project, deleted all IntelliJ related files/dirs (*.iml, .idea, .run) and created a new project: still does not work
TmTron
  • 17,012
  • 10
  • 94
  • 142

1 Answers1

1

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.

TmTron
  • 17,012
  • 10
  • 94
  • 142
  • Did you find a workaround for this? I am having the same issue and I dont want to have an empty angular.json just so intellij works correctly.. – JangoCG Aug 27 '23 at 11:14