I have an Angular project that uses many custom elements from another project that we share via an npm package (as it is used in many other projects)
After upgrading Angular from 7 to 8 (on the way to latest), vscode now show red lines for ALL the components..
With the error " is not a known element"
The project builds and runs fine. The elements are all export from the shared module, and the shared module is imported. No restarting of VS Code, running npm i
etc will fix this.
I do not get these errors before the upgrade to Angular v8.
Why would VS Code be showing this (for every custom element in every html file)?