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] feature request * [ ] bug report * [ ] usage question ### What toolchain are you using for transpilation/bundling? * [ ] @angular/cli...

### This is a... * [X] feature request ### What toolchain are you using for transpilation/bundling? * [X] angular/cli ### Expected Behaviour: `@Select` ### Actual Behaviour: `@select` ### Additional Notes:...

I have one question - how to filter the data from the store ? Example - I have stored the todos list and I want to find/filter the todo which...

question

### This is a... * [x] bug report ### What toolchain are you using for transpilation/bundling? * [x] @ angular/cli ### Environment NodeJS Version: 8.2.1 Typescript Version: 4.4.2 Angular Version:...

help wanted
investigate

Hi I just used https://github.com/angular-redux/store/blob/master/articles/epics.md as a basis to implement an epic and ran into a bit of trouble figuring out how to test it. I now have a working...

Docs

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

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

It would be great to use `@select` with other observable-based store implementations too, e.g. ngrx/store. Shouldn't be too hard - I started a prototype for this here: https://github.com/SethDavenport/select

enhancement
in progress
investigate

Cleanup below into proper docs/include it in our documentation: with `@select`, and also probably for `ngrx/store.select` - be mindful of doing transformations in your select statement, probably want to put...

Docs