在angular CLI版本7.1.0中找不到'@ angular / http'

时间:2018-12-02 08:03:51

标签: angular

在角度CLI版本7.1.0中找不到' @ angular / http ', package.json 中也没有 http

2 个答案:

答案 0 :(得分:2)

描述了'@ angular / http',现在从生成的package.json文件中删除了版本7,请使用'@ angular / common / http'中的HttpClient。

导入app.module.ts

     import { HttpClientModule } from '@angular/common/http';

     @NgModule({
        imports: [          
       // import HttpClientModule 
       HttpClientModule,
      ]

答案 1 :(得分:0)

npm install @angular/http@latest