I migrated project to angular 17.3.6. Also updated phpstorm to 2024.1.1 and there is recent angular plugin.
I cannot get IDE to provide code completion in angular templates. Also it doesn’t recognize variables in it. Not after invalidate cache and restart IDE.
I managed only to get code coloring nothing more by assigning .component.html to Angular 17 template type. Do you have idea what could be the problem?
I tried to
- Assign *.component.html to Angular 17 template fyle type
- Remove all node modules and package.lock and instal again
- Invalidated cache and restarted several times