I have project generated by Angular CLI ver 7.3.9 (Angular ver 7.2.0) and IDE: PhpStorm ver 2019.1.2
In template of my component I using UpperCasePipe:
<h2>{{ title | uppercase }}</h2>
Application works fine. Uppercase works. Letters are big but PhpStorm report an error:
Unresolved pipe uppercase
Checks that TypeScript called functions are valid
preview:
PS
I have installed AngularJS plugin