store icon indicating copy to clipboard operation
store copied to clipboard

Angular 2+ bindings for Redux

Results 69 store issues
Sort by recently updated
recently updated
newest added

### This is a... * [x] usage question ### What toolchain are you using for transpilation/bundling? * [x] angular/cli I've got 2 questions regarding fractal store setup: **1.** Fractal store...

question

### This is a... * [ ] feature request * [ x ] bug report * [ ] usage question ### What toolchain are you using for transpilation/bundling? * [...

Looking into issue #484 - although unable to reproduce the behaviour

### This is a... [x] feature request ### What toolchain are you using for transpilation/bundling? [x] `@angular/cli` ### Environment NodeJS Version: 8.7.0 Typescript Version: 2.3.4 Angular Version: 4.3.x @angular-redux/store version:...

enhancement

### This is a... * [ x] feature request ### What toolchain are you using for transpilation/bundling? * [ x] `@angular/cli` I'm using `angular-redux` with `immutable.js` and I would like...

enhancement

### This is a... * [ ] feature request * [ ] bug report * [x ] usage question ### What toolchain are you using for transpilation/bundling? * [ ]...

### This is a... * [X] feature request * [ ] bug report * [ ] usage question ### Expected Behaviour: There should be type checking between IAppState and Reducers...

### This is a... * [ ] feature request * [ ] bug report * [x ] usage question ### What toolchain are you using for transpilation/bundling? * [x] @angular/cli...

This package no longer exports `{ Action }` https://github.com/acdlite/flux-standard-action/blob/master/src/index.js as mentioned in https://github.com/angular-redux/store/blob/master/articles/strongly-typed-reducers.md#consider-using-flux-standard-actions-fsas

Docs

### This is a... * [x] feature request * [ ] bug report * [ ] usage question ### Expected Behaviour: ```javascript @select('db.customers') customers: Observable; ``` ### Actual Behaviour: ```javascript...

enhancement