Angular: HttpClientModule import error (could not be resolved to an NgModule class)

后端 未结 4 1847
不思量自难忘°
不思量自难忘° 2021-02-02 10:33

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

4条回答
  •  旧巷少年郎
    2021-02-02 10:45

    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.

提交回复
热议问题