Skip to content
This repository was archived by the owner on Feb 7, 2020. It is now read-only.

[Deprecated - use ngx-api-utils instead] Builds for ngx-simple-http

License

Notifications You must be signed in to change notification settings

EdricChan03/ngx-simple-http-builds

Folders and files

NameName
Last commit message
Last commit date
May 14, 2019
May 14, 2019
May 14, 2019
May 14, 2019
May 14, 2019
Dec 22, 2018
May 14, 2019
Dec 22, 2018
May 14, 2019
May 14, 2019
Dec 22, 2018
Dec 22, 2018
Apr 18, 2019
Dec 22, 2018

Repository files navigation

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 Dependabot Status

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-e2e6e12):

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