Angular2 module similar to ngResource / $resource
There are a few thirdparty libs that do this and tie in with RXjs. Take a look at https://github.com/troyanskiy/ng2-resource-rest
There are a few thirdparty libs that do this and tie in with RXjs. Take a look at https://github.com/troyanskiy/ng2-resource-rest
I’m the creator of Restangular. I’ve created a section on the README with the differences against $resource. You can check them out here https://github.com/mgonto/restangular/blob/master/README.md#differences-with-resource Anyway, as a sum up, besides the additional features and the promise based approach, the idea is that Restangular can also handle all of your URLs, so that you don’t have … Read more