This package has been deprecated

Author message:

Use ngx-api-utils instead.

ngx-simple-http
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

ngx-simple-http

Simplified Angular HTTP requests

ngx-simple-http@latest ngx-simple-http@next Build Status GitHub contributors ngx-simple-http license GitHub last commit Greenkeeper badge

Getting Started

Prerequisites

Ensure that you have npm and node installed and that you have a basic Angular app setup.

Also ensure that your app is running at least Angular 6 before continuing.

Installing

Run the following comamnd which should install the latest version (1.0.0-alpha.3):

npm install ngx-simple-http --save

Next

To get the latest next tag, run the following command:

npm install ngx-simple-http@next --save

Snapshot builds

Alternatively, you can get a snapshot build with the latest changes from master. Note that this snapshot build should not be considered stable and may break between releases.

npm install --save Chan4077/ngx-simple-http-builds

Package Sidebar

Install

npm i ngx-simple-http

Weekly Downloads

7

Version

1.0.0

License

MIT

Unpacked Size

115 kB

Total Files

27

Last publish

Collaborators

  • chan4077