I was trying to build a simple app with crud on fake json server
but i can\'t import HttpClientModule
Here is error message from VS Code
I had the same issue. So, I manually deleted node_modules and then npm install. It solved as this issue was because of the corrupt dependencies.
node_modules
npm install