Angular2 Http with RXJS Observable TypeError: this.http.get(…).map(…).catch is not a function

前端 未结 3 1252
伪装坚强ぢ
伪装坚强ぢ 2021-02-19 12:28

I have following Service which was working fine until today i got this error

TypeError: this.http.g         


        
3条回答
  •  孤街浪徒
    2021-02-19 12:50

    I had the same issue but in my case the problem was, I had import Required modules several times in Module.ts

提交回复
热议问题