http-ng
v0.3.6
Published
a standalone angular.js $http service
Downloads
3
Readme
http-ng
A standalone angular.js $http service for browsers.
Install
npm install http-ng
Dependences
- Promise
APIs
see angular.js $http
Usage
import http from 'http-ng'
http.get('/url', {
params: {
key: 'value'
}
}).then(function(res){
console.log(res.data);
});
Related
License
MIT