When I take a look into Angular2 docs I can't find any REST helper module like Angular1's ngResource. I find it very useful in Angular1, so I would like to have something similar in Angular2, but the only thing I can find is 'angular2/http'
which does not contain anything like that (or maybe I am not searching good enough?).
Although it is pretty much clear that it would be easy to implement a similar service on my own, is there any ready-to-use module shipped by Angular2 team or is there going to be one?