Andrew Smith

Results 21 issues of 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: feature
scope: react

## Type of Issue ``` [ ] Bug Report [x] Feature Request [x] Support ``` ## Description First of all, thank you so much for all of the time that...

feature

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...

Leverage the `providedIn` property in `@Injectable()`

enhancement

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.

pkg: form

- [ ] 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)

enhancement
pkg: store

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.

enhancement
foundational

CI should fail if code coverage is lowered.

foundational

Users should have the ability to run `ng add @angular-redux/store` and have a basic Redux store created for them.

enhancement
pkg: store