0.1.1 • Published 4 years ago
t-axios-rxjs v0.1.1
axios-rxjs
Use rxjs to wrap axios library that let developer can use axios in rxjs way.
Installation
Via npm
npm install axios-rxjs
In package.json:
{ ... "dependencies": { "axios-rxjs": "0.1.0", ... } ... }
then install by npm:
npm install
Usage
Reference to ./test/index.ts.