'Angular showing missing modules, retyping imports solves the problem

I just noticed, I changed and updated some angular modules, then it broke my app saying there where some components not found. I then just retyped the imports like @angular/router, and my VSCode IDE did not complain anymore... is this more of a VSCode problem then? THe app works as before, I just can't figure out where all the messages come from... I have those modules in my package.json and installed...

Das Modul "@angular/animations" oder die zugehörigen Typdeklarationen wurden nicht gefunden.


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source