Working on an Angular 2+ library to make developing apps even easier.
Currently supports the following features related to the Http
service:
- Sharing subscriptions to responses
- Returning immutable responses to subscribers
- Caching responses
- Caching responses and returning immutable data to subscribers
- Throttling requests to the server
- Making requests on a timed interval
- Extracting JSON from responses before notifying subscribers
- Consistent error handling
If that sounds boring then maybe it will help to see it in action at linty.io.