amb
Last updated
Was this helpful?
Last updated
Was this helpful?
</rx-marbles>
Propagates the observable sequence or Promise that reacts first. "amb" stands for .
args
(Array|arguments): Observable sources or Promises competing to react first either as an array or arguments.
(Observable
): An observable sequence that surfaces any of the given sequences, whichever reacted first.