Andrew Smith
Andrew Smith
## Description When importing SVGs as React components, the SVGR Webpack plugin is working fine and able to be configured through a standalone `svgr.config.js` file (or similar) as supported by...
## Type of Issue ``` [ ] Bug Report [x] Feature Request [x] Support ``` ## Description First of all, thank you so much for all of the time that...
This is the beginning thoughts for how to address the ability to be able to load reducers into your state piecemeal if you are using a nested NgModule application structure...
Immutable.js is being included in the bundles of consuming applications even if they are not using Immutable themselves. This should not be the case.
- [ ] Migrate and verify solution from https://github.com/angular-redux/store/pull/416 - [ ] Add documentation including possible pitfalls (keys being overwritten, actions not having desired affect because reducer isn't loaded, middleware)
Having a basic StackBlitz setup for the library would be useful. This could be used as a template for issue reporting or just for the community at large.
Users should have the ability to run `ng add @angular-redux/store` and have a basic Redux store created for them.