angular4 Http升级到HttpClientModule 遇到的bug

在我的login组件当中,把httpClient导入到constructor就会导致上面的这个错误提示;

construstor(private http: HttpClient) {}

然而在我的app.module.ts里面我已经把HttpClientModule模块引入却还是没有用;

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

posted @ 2018-05-14 14:45  桦园  阅读(217)  评论(0编辑  收藏  举报