Angular 2's Http service not exposing map() and other RxJS functions

前端 未结 5 698
[愿得一人]
[愿得一人] 2020-12-03 02:10

Does anybody know if there\'s been any breaking changes to the http between alpha 45 and alpha 48? I\'ve been searching around and I didn\'t find anything. My problem is tha

5条回答
  •  时光取名叫无心
    2020-12-03 02:34

    I had this issue and it turned out to be an issue with the version of rxjs - angular 2.0.0-rc4 requires rxjs-5.0.0-beta.6, I had beta.10 in my jspm config!

提交回复
热议问题