rs-restangular
Version:
Restful Resources service for Angular 2 apps
12 lines • 402 B
JavaScript
;
var RestangularAllPath = (function () {
function RestangularAllPath(endpoint) {
this.endpoint = endpoint;
}
RestangularAllPath.prototype.path = function () {
return [this.endpoint];
};
return RestangularAllPath;
}());
exports.RestangularAllPath = RestangularAllPath;
//# sourceMappingURL=/home/rodolfosilva/htdocs/outros/restangular/src/all-path.js.map