程岳
我正爬往名為程式設計的山丘,以為即將抵達山頂,卻見另一山峰! 在此分享途中的心得與故事!
2016年4月13日 星期三
fix Angular2 error- this.http.post(...).map(...).catch is not a function in [null]
今天嘗試在 angular2 透過 http 物件,呼叫 web service 拿資料,
卻發生 this.http.post(...).map(...).catch is not a function in [null] error
solution:
import 這個即可:
import 'rxjs/add/operator/map'
如果覺得麻煩,就整包 import 吧!
import 'rxjs/Rx';
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言