-
Notifications
You must be signed in to change notification settings - Fork 3k
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
sequenceEqual operator #1882
Comments
We should probably add this one. A home-brew implementation would be non-trivial. But something like this might do in the mean time: /* CODE REMOVED BECAUSE IT DOESN'T WORK */ Apologies if it's buggy, just pulled that out of nowhere. I'll put it on my agenda to add the sequenceEqual operator. Edit: removed bad example. |
Actually... @jskz ... that implementation will not work at all... haha. I'm working on a legit version of the operator now. :) |
- adds most basic tests - documentation still required - more tests necessary resolves ReactiveX#1882
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
What is the suggested means for checking equality between two observable streams with the removal of the sequenceEqual operator in RxJS 5? I am trying to make a comparison between a buffered or windowed list of integer values and a known array of values, in the context of a mergeMap.
The text was updated successfully, but these errors were encountered: