briebug / ngrx-auto-entity

NgRx Auto-Entity: Simplifying Reactive State
https://briebug.gitbook.io/ngrx-auto-entity/
Other
66 stars 12 forks source link

fix: loaded/saved/created/deleted at timestamps and selectors #101

Closed jrista closed 4 years ago

jrista commented 4 years ago

Resolves #98

jrista commented 4 years ago

I've extracted all of the projection mapper functions from the buildSelectorMap function. This will make each of them unit testable on their own, and more easily testable. I'd like to get unit tests written for each before we merge.