UNPKG

ngx-restful-client

Version:

The ultimate Angular library to exquisitely declare and implement the REST APIs you'll use in your application.

7 lines (6 loc) 264 B
import { HttpDelete } from './http-delete'; import { HttpGet } from './http-get'; import { HttpPut } from './http-put'; import { HttpPatch } from './http-patch'; import { HttpPost } from './http-post'; export { HttpDelete, HttpGet, HttpPut, HttpPatch, HttpPost };