Evan Schultz
Evan Schultz
@markusfalk @lvidal1 observables returned from `@select` and `.select` will not complete - they are Observable slices of state that remain active. If you need to use them in a context...
Haven't used thunk in a while, but since redux middleware provides the dispatch to the thunk, I could see how this could cause problems. I'll need to dig a little...
Hi, I have not had time to look into issues much lately and see if anyone at work - or in the community has the time/capacity to help take on...
Hi, Do you have a copy of the repo up that is running? In the process of trying to get the example one linked working - but running into issues...
I'll take a look into this, seems like there are potentially two things here. * one - ability / desire to provide an initial state during TestBed config * also...
@tigredonorte looking into this, and was trying to setup a unit test to reproduce the issue - https://github.com/angular-redux/store/pull/487/files I tried a few combinations: * two classes extending from the same...
Hi, This is something I've been thinking about lately - and how to better document / introduce ideas. A large part of the appeal in the redux pattern is the...
Think I'm going to go ahead and do this. Think I might just change all of my reducers to be operating on an array, and break orders out into it's...
- would this be a good case to use Angular CLI? - Should cover RC5 changes to testing
and by andrew, I really meant @barretodavid :P