blackholegalaxy

Results 18 comments of blackholegalaxy

I agree with that. Along with ng2-confirmation. Could be renamed `ngx`- or `angular-`

I think that indeed a hook should be made available in order to be able not to call api each time. For example an after edit/add/remove should invalidate cache for...

It seems angular doesn't support `| async as xxx` along with another condition so i must find a way to add the flag elsewhere

Refactored the fix :) It's now ready to review

If we cannot use overrideSelector, we would need a reliable and documented way to achieve this behavior in a reproductible way. Using initial mockStore argument is not something that will...

Any way NGRX can produce some testing tooling similar to overrideSelector to allow having something that work in all cases and not test framework dependant?

Yeah, we'll look into this on our side and hope to come with an exportable solution.

This solution seems to work as intended. Is there any drawback writing factory selectors this way? https://stackblitz.com/edit/angular-bbsczu-qiwqy3?file=src%2Fapp%2Fapp.component.spec.ts,src%2Fapp%2Fstate%2Fbooks.selectors.ts

I guess we could change the package.json config to fit new needs. According to me the new bundle size is not quite "big" not to do it :) ``` "bundlesize":...