store icon indicating copy to clipboard operation
store copied to clipboard

RxJS powered state management for Angular applications, inspired by Redux

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

## Current situation During design of your state tree, you typically divide it up into different sections. F.e. ``` javascript { ui: uiReducer, data: dataReducer } ``` NGRX/Store provides the...

Hey, I am new to angular and especially ngrx, but I have built a working example with different components using ngrx/store (counter and chat). I understood so far, the application...

ngc does not support function call now. It will be good to support passing a function parameter to provideStore.

I've been trying to work out a preferred solution for me when dealing with reducers. I wanted to have type safety so that I don't need to guess what the...

This is not an actual PR, more like proposal for consideration Typesafe maniac like would be really grateful for strictly typed Action TS v2.2+ introduces defaults for generic types so...

Proposed feature: Provide option to send extra data through optional meta field. Why: In many situation I need to pass extra data to be consumed by different Effects. One example...

several warnings about missing semicolon or whitespace was reported by tslint

> The first time to probe for an initial state if you did not provide one, the second time when Store is instantiated https://gitter.im/ngrx/store?at=580662f3759f6d2436c41a32