Abhishek Buragohain
Abhishek Buragohain
## Summary This PR introduces a fix for the issue [not syncing with feature stores](https://github.com/btroncone/ngrx-store-localstorage/issues/96) ## PR Checklist Please check if your PR fulfills the following requirements: - [x] The...
feat: Add the possibility to specify action types to invoke the reducer in the storage sync helper
## Proposed change This PR adds a new optional property **actionTypes** to the **SyncStorageConfig** that will specify the action types for which the reducer should be invoked in case the...
### Context The requirement is for syncing stores in feature modules instead of the root app module. This requires certain additional action types to be taken into account for invoking...