Having some issues with loading my angular project in vscode. It used to work fine, but suddenly I'm getting errors throughout the project. I have all the necessary extensions and Angular installed.
https://i.stack.imgur.com/qQqso.png
Tried troubleshooting by running npm cache clean
, npm ci
, and even uninstalling @angular/cli, but none of these solutions have resolved the problem. The project still compiles and runs, but the errors persist.
The errors are not going away and it's really frustrating trying to figure out how to get rid of them. Any help would be greatly appreciated!