briebug / ngrx-auto-entity

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

Support "bare edits" for editing new objects that will eventually be created #161

Closed jrista closed 3 years ago

jrista commented 4 years ago

Editing "bare" objects, that do not yet exist in state, has been requested by several parties to support a richer edit flow. While editing existing entities was the primary goal of the edit/change/endEdit functionality added to NgRx Auto-Entity, the need to track changes to entities that are being newly created is just as useful.