briebug / ngrx-auto-entity

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

feat: add selectors for tracking if loads were attempted #219

Closed jrista closed 2 years ago

jrista commented 2 years ago
+ Add selectHasBeenLoaded to track if the data has ever been loaded before
+ Add selectLoadWasAttempted to track if an attempt to load the data has ever been made
^ Bumped version to 0.8.1
* Updated changelog to reflect latest changes

Issue #218

jrista commented 2 years ago

Should we go ahead and add facade properties too? We have isLoading$, loadedAt$, etc - so I think it'd make sense to add hasBeenLoaded$ and loadWasAttempted$

Good catch, adding now.