Tim Deschryver

Results 249 comments of Tim Deschryver

@donohoea the data example app was added by a contributor because we didn't have an example app to incorporate ngrx/data. It also serves as a sandbox. To be honest, I...

I think if someone can align the docs with the current ngrx/data version and the example app, that would be great. I don't have an opinion on which example app...

@yharaskrik I was referring to this one in the [angular-ngrx-data rapo](https://github.com/johnpapa/angular-ngrx-data/tree/master/src). Before you do, can we wait on @brandonroberts's thoughts please? 😅

Thanks for summing up all the different ways @LayZeeDK and @e-oz . Instead of mentioning all of them, I think that we should try to standardize one of these. Does...

I agree with @LayZeeDK. The most common variant that I've used and seen is the snippet using the variable, e.g. `trigger$` in combination with a `pipe` to execute an effect....

As mentioned in the discussion, you can mock the factory method to return a selector (or selector like) that returns the expected result. You're right that this should be in...

We're all ears if you have a solution @blackholegalaxy

Since this is the state of a component, I'm not sure if we need this. What would be the benefit of this, in comparison to simply selecting those props from...

IIRC, we discussed this when the implementation was on going, but I can't find it anymore... I think we decided not to do it because it shouldn't be a big...