UNPKG

ngx-restful-client

Version:

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

13 lines (12 loc) 497 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var http_delete_1 = require("./http-delete"); exports.HttpDelete = http_delete_1.HttpDelete; var http_get_1 = require("./http-get"); exports.HttpGet = http_get_1.HttpGet; var http_put_1 = require("./http-put"); exports.HttpPut = http_put_1.HttpPut; var http_patch_1 = require("./http-patch"); exports.HttpPatch = http_patch_1.HttpPatch; var http_post_1 = require("./http-post"); exports.HttpPost = http_post_1.HttpPost;