I added a new shared library with a pipe ( RemoveUnderscorePipe
). I'm using the library an angular app. The app using the library compiles and works fine. The issue is that in vs-code there are errors in all templates using the pipe:
This makes the developer experience less enjoyable, and go to definition on pipe name does not work either.
I found a similar question: Unable to resolve signature for pipe invocation in vscode by Angular Language Service And have tried the suggested solution without success.
How can I make the vscode recognize the library. Thanks.