angular-architects / ngrx-toolkit

Various Extensions for the NgRx Signal Store
MIT License
98 stars 16 forks source link

feat(devtools): rename `patchState` to `updateState` #43

Closed rainerhahnekamp closed 2 months ago

rainerhahnekamp commented 2 months ago

The name patchState is already used by the SignalStore. For better differentiation, a renaming was necessary.

patchState from this library is still available but marked as deprecated.