An open API service indexing awesome lists of open source software.

https://github.com/gourdonski/mecha-ngx

A collection of handy services for Angular 2+ projects
https://github.com/gourdonski/mecha-ngx

angular-cli angular5 immutablejs rxjs5

Last synced: 2 months ago
JSON representation

A collection of handy services for Angular 2+ projects

Awesome Lists containing this project

README

          

# MechaAngular

Working on an Angular 2+ library to make developing apps even easier.

Currently supports the following features related to the `Http` service:

1. Sharing subscriptions to responses
2. Returning immutable responses to subscribers
3. Caching responses
4. Caching responses and returning immutable data to subscribers
5. Throttling requests to the server
6. Making requests on a timed interval
7. Extracting JSON from responses before notifying subscribers
8. Consistent error handling

If that sounds boring then maybe it will help to see it in action at [linty.io](http://linty.io/).