Skip to content

Instantly share code, notes, and snippets.

@sergzak022
Last active January 18, 2018 21:38
Show Gist options
  • Save sergzak022/0d29a03bb3cc64bddc2a6f684ceb21b7 to your computer and use it in GitHub Desktop.
Save sergzak022/0d29a03bb3cc64bddc2a6f684ceb21b7 to your computer and use it in GitHub Desktop.
RxJS: Switching and Exhausting
var source$ = Observable.timer(0, 200).take(6);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment