ReST Packages

menda-angular-api-service

Do you hate the spaghetti code when communicating with REST API? Here's my simple solution. It allows you to communicate with API in this way: ```ts // get all the movies this.api.run(GET_MOVIES_API_ACTION, { page: 1 }).subscribe(movies => { console

2.0.0 • Published 7 years ago

jaxire

An ajax wrapper to make requests easy to read

0.3.2 • Published 5 years ago