After updating to Angular 13, in my WebStorm the async pipe turned red with the message
Missing require() statement
Also, all directives turned with a warning like
No directive is matched on attribute ngIf
I've installed https://plugins.jetbrains.com/plugin/6971-angular-and-angularjs again, restarted WebStorm, and nothing. I have WebStorm 2021.2.3
Note that compilation works fine, project works fine, I'm just getting these errors and warnings.
Going back in my commits to pre-update (Angular 12) and running npm i the red and warnings disappear.
Any suggestions?
Hm... it seems that Angular 13 is not yet supported
I've installed the Beta version https://www.jetbrains.com/webstorm/nextversion/ (Build #WS-213.5744.37, built on November 11, 2021) and it works fine now. So, we need to wait for the next release.