briebug / ngrx-auto-entity

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

Add ability to initiate edit by an entity key, rather than a full entity #145

Closed jrista closed 4 years ago

jrista commented 4 years ago

Since edited entities must already exist in the auto-entity state, much like entity selection, entity edit can be started simply with an entity key.

Propose the addition of EditByKey action to compliment the existing Edit action.