gpt4 book ai didi

angular - 使用 HttpClient 模块在 Angular 中出现错误

转载 作者:行者123 更新时间:2023-12-03 22:47:45 25 4
gpt4 key购买 nike

ERROR in node_modules/@angular/common/http/http.d.ts:81:22 - error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class.



这可能意味着声明 @angular/common/http 的库 ( HttpClient ) ngcc 未正确处理, 或者
Angular Ivy 不兼容.检查是否有更新版本的库可用,如果有则更新。还可以考虑与图书馆的作者核实,看看图书馆是否应该与 Ivy 兼容。

81 导出声明类 HttpClient {

最佳答案

也许你已经导入了HttpClient而不是 HttpClientModule .
app.module.ts 中检查导入

imports: [  
BrowserModule,
AppRoutingModule,
BrowserAnimationsModule,
MatToolbarModule,
FlexLayoutModule,
HttpClientModule
],

关于angular - 使用 HttpClient 模块在 Angular 中出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61093935/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com