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?