-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
store pipe #876
Comments
We are following convention introduced in RxJS 5.5 for better operator support. https://github.com/ReactiveX/rxjs/blob/master/doc/pipeable-operators.md |
Using combineLatest with select is now a little more verbose. Something about this doesn't feel right. Is this the recommended way to use pipes with something like combineLatest? Before
After
|
I'm refactoring to make my selects piped. However my tests fail. The output says that the Action in the reducer is undefined. Anyone else come across anything similar? |
@vkiperman feel free to open up a new issue (with some code, or even better a reproduction) or hop into our gitter channel. |
@brandonroberts could you explain why is this "consistent" with RxJs and why does it need to be consistent? |
I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Feature request
[x ] Documentation issue or request
@ngrx/store
why using store.pipe(select(...)) instead of store.select?
can i request to have a documentation about this?
thanks,
juniur
The text was updated successfully, but these errors were encountered: