Closed
Description
The majority of our users are probably using ngrx-store-freeze
to guard against state mutations. We have built-in run-time checks in version 8 to guard against those. This migration would
- Check to see if they are using
ngrx-store-freeze
- Remove
ngrx-store-freeze
from imports and the meta-reducers array - Remove
ngrx-store-freeze
from theirpackage.json
dependencies.
- Remove
- Update StoreModule.forRoot() to enable the
strictStateImmutability
andstrictActionImmutability
run-time checks.