gpt4 book ai didi

angular - TypeScript: '(error: any) => void' 类型的参数不可分配给类型的参数

转载 作者:太空狗 更新时间:2023-10-29 17:17:16 37 4
gpt4 key购买 nike

<分区>

以下代码:

private getJSON(): Observable<any> {
return this.http.get('./reportNav-NEW.json')
.map((res:any)=> res.json())
.catch((error:any) => console.log(error));
}

错误给我:

Argument of type '(error: any) => void' is not assignable to parameter of type '(err: any, caught: Observable) => ObservableInput<{}>'. Type 'void' is not assignable to type 'ObservableInput<{}>'.

它发生在 .catch((error:any) => console.log(error));

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