https://github.com/deborahk/angular-dd
Angular: Working with Derivative Data using RxJS
https://github.com/deborahk/angular-dd
Last synced: 3 months ago
JSON representation
Angular: Working with Derivative Data using RxJS
- Host: GitHub
- URL: https://github.com/deborahk/angular-dd
- Owner: DeborahK
- License: mit
- Created: 2019-03-14T21:47:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T07:31:45.000Z (about 7 years ago)
- Last Synced: 2025-07-22T15:42:20.630Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 488 KB
- Stars: 116
- Watchers: 12
- Forks: 67
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular-DD
Angular: Working with Derivative Data using RxJS
• Collecting data from a backend server
• Combining data streams with other data streams to handle foreign key and aggregate relationships
• Caching the streams in a service so they can be readily reused
• Producing user - friendly data for display
• All without a subscription