Skip to content

Instantly share code, notes, and snippets.

@jeserkin
Created October 5, 2020 12:53
Show Gist options
  • Save jeserkin/8c8e73944fed8a8537f38f35b1943cde to your computer and use it in GitHub Desktop.
Save jeserkin/8c8e73944fed8a8537f38f35b1943cde to your computer and use it in GitHub Desktop.
return of(null).pipe(
tap(() => console.log(123)),
flatMap(() => this.router.events),
tap(() => console.log(7892)),
filter(event => event instanceof NavigationEnd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment