im using this plugins for vscode, you can try it
- Angular v4 TypeScript Snippets
- Auto Import
- TypeScript Import Assistance
- AngularDoc for Visual Studio Code
My issue was solved by removing node_modules / package-lock.json / Invalidating all caches / npm install and reloading everything from disk. Somehow an update has not been well processed by IntelliJ.
Looks like WebStorm has failed to find definitions of the corresponding directives/attributes. Where do they come from?
they from node_modules, Visual studio code work with plugins
here is demo repo:
https://github.com/cipchk/ng-alain
the file of problems:
src/app/routes/dashboard/v1/v1.component.html
and thank you for your replay :-D
Doesn't work for me in VSCode as well... Logged as https://youtrack.jetbrains.com/issue/WEB-32129, please follow it for updates
im using this plugins for vscode, you can try it
- Angular v4 TypeScript Snippets
- Auto Import
- TypeScript Import Assistance
- AngularDoc for Visual Studio Code
and think you for help again
Was there ever a solution to this? I'm still running into this on the latest version of PHPStorm.
https://youtrack.jetbrains.com/issue/WEB-32129 is fixed in 2019.1; your issue must be different
Try to enable "Angular and AngularJS" plugin.
[Ctrl] + [Alt] + [S] >> Plugins >> Marketplace >> 'Angular' >> Install and Enable
My issue was solved by removing node_modules / package-lock.json / Invalidating all caches / npm install and reloading everything from disk. Somehow an update has not been well processed by IntelliJ.
Please help me. My ide not indexing angular and angilar-material, not work intelicence in template
my Application work fine, and all modules includes, and I am check library - angular and other excluded
ide fine work with angular 11, may be it is trobble only 12 angular
@Gordondalos
What is your IDE version / show About screen?
latest webstorm
We aren't aware of such issues with the latest Webstorm (2021.2.1)
Can you repeat it in a new Angular app?
update webstorm to latest version fix my problem
I have the last version of Webstorm but this issue is not fixed.
ABELARDO What Angular version do you use?
Same issue here with WebStorm 2021.2.3 and Angular version 13.0.0
Angular 13 will be supported in this week's EAP release. Here is the main issue - WEB-53312.
Elena Pogorelova, v13
As it's mentioned above, Angular 13 will be supported in the next 2021.3 EAP
This problem still happening for me with IntelliJ 2022.1.4 Ultimate, with Angular 12.2 and Angular plugin enabled.
Still happening for me aswell.


I'm on Webstorm 2022.3.2, and angular 14.1.3
Even though, it perfectly finds the dynamic parameters
Nicki Skipper do you have a sample project you can share that reproduces the issue?
Hmm, i could make one.