node-angular-http-client
Version:
The Angular 4.3 HttpClient for node.js
20 lines • 611 B
JavaScript
;
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @module
* @description
* Entry point for all public APIs of this package.
*/
__export(require("./src/index"));
// This file only reexports content of the `src` folder. Keep it that way.
//# sourceMappingURL=public_api.js.map