在我的login组件当中,把httpClient导入到constructor就会导致上面的这个错误提示;
construstor(private http: HttpClient) {}
然而在我的app.module.ts里面我已经把HttpClientModule模块引入却还是没有用;
import { HttpClientModule } from '@angular/common/http';