yar1
yar1

Reputation: 1351

angular: using restmod as an alternative to restangular for rest operations

https://github.com/platanus/angular-restmod seems much clearer to me than restangular but I can't find much info about it - has anyone used it, know of any pitfalls, etc.? For instance, I can't see support for PATCH for partial updates. Any and all info is welcome.

Upvotes: 7

Views: 2172

Answers (1)

Agustin
Agustin

Reputation: 433

We are using Angular Restmod in various projects in production and I can tell you it does what it says it does.

Take a look at the issues in Github, there's a lot going on there right now.

Upvotes: 3

Related Questions