Paldom / angular2-rest

Angular2 HTTP client to consume RESTful services. Built with TypeScript.
MIT License
248 stars 72 forks source link

Please put up the latest version on npm #10

Closed cdelguercio closed 3 years ago

cdelguercio commented 8 years ago

The current version doesn't work and throws: "ORIGINAL EXCEPTION: TypeError: observable.map is not a function" when I try to call my REST endpoint, but if I copy and paste the most recent angular2-rest.ts file and compile it then it works fine.

freezy commented 8 years ago

Until it's updated, you can put Paldom/angular2-rest instead of a version in your package.json and npm will take the latest commit from master.