相关疑难解决方法(0)

类型'Observable <Response>'上不存在属性'map'

我试图从Angular调用API但是我收到此错误:

Property 'map' does not exist on type 'Observable<Response>'

这个类似问题的答案并没有解决我的问题:Angular 2 beta.17:'Observable <Response>'类型中不存在属性'map'.

我正在使用Angular 2.0.0-beta.17.

asp.net-core-mvc visual-studio-2015 typescript1.8 angular

168
推荐指数
11
解决办法
20万
查看次数