1.0.0 • Published 5 years ago

@kryptand/delayed-http-operations v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

What problem does Delayed Http Operations solve? This package can be used to delay all your HTTP Requests up to a certain point without the hassle of locally providing multiple states.

To use it add the DelayedHttpOperationsService to the providers array in the scope of your liking. (It is recommended to add it to AppModule though)

For an example look into https://github.com/Kryptand/delayed-http-operations