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: resolve issues with IfNecessary actions #156

Closed jrista closed 4 years ago

jrista commented 4 years ago
* Include IfNecessary actions in entity action and entity type unions
* Update IfNecessary operators to use injection token to find app store
* Export NGRX_AUTO_ENTITY_APP_STORE injection token in public api
* Update IfNecessary operators to manually inject store, and warn if missing
* Update IfNecessary operators to take only one value from combined entity metadata streams
+ Add IfNecessary methods to entity facades

Resolves #155