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

后端 未结 4 1844
不思量自难忘°
不思量自难忘° 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:50

    just stop ng serve before adding new package, after adding new package restart ng serve. This will solve this issue.

提交回复
热议问题