Rewrite the ReactiveDataService, using advanced RxJS techniques, so it maintains a single object representing all the properties of a cached collection
entities[]
loading
error
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:
We decided to delete the old reactive-data.service.v1
Rewrite the
ReactiveDataService
, using advanced RxJS techniques, so it maintains a single object representing all the properties of a cached collectionDemonstrates 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 asreactive-data.service.v1
Update:
reactive-data.service.v1