Simplified Angular HTTP requests
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.
Run the following comamnd which should install the latest version (1.0.0-e2e6e12):
npm install ngx-simple-http --saveTo get the latest next tag, run the following command:
npm install ngx-simple-http@next --saveAlternatively, 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