johnpapa / ngrx-data-lab

Sample app that can be expanded to use ngrx-data
216 stars 59 forks source link

Feat: ReactiveDataService like ngrx collection state #11

Closed wardbell closed 6 years ago

wardbell commented 6 years ago

Rewrite the ReactiveDataService, using advanced RxJS techniques, so it maintains a single object representing all the properties of a cached collection

Demonstrates kind of how ngrx store works before introducing the ngrx, but with all the concepts blended into a single service.

Expect to use in talks about ngrx and ngrx-data.

The original ReactiveDataService remains in the project as reactive-data.service.v1

Update: