0.0.17 • Published 3 years ago
request-manager-library v0.0.17
What is RequestManagerLibrary?
Request-manager-library is Angular library for manage request. It doesn’t matter if the request is synchronous/asynchronous or return a value or not. This library is perfect when you want to manage many request and want to know which of them is the last one.
Quick Start
First install the executable
$ npm install -g express-generator@4
For this version you have two options to use the library:
- Import only the RequestManager
Note: Don't forget to add
--project RequestManagerLibrary
or else it will be added to the default project in yourangular.json
file.