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
- Host: GitHub
- URL: https://github.com/gourdonski/mecha-ngx
- Owner: gourdonski
- Created: 2018-01-31T15:36:00.000Z (over 8 years ago)
- Default Branch: development
- Last Pushed: 2018-02-13T02:34:20.000Z (over 8 years ago)
- Last Synced: 2025-02-28T10:38:24.503Z (over 1 year ago)
- Topics: angular-cli, angular5, immutablejs, rxjs5
- Language: TypeScript
- Homepage:
- Size: 388 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).