Skip to content

Instantly share code, notes, and snippets.

@yinonov
Created February 11, 2019 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yinonov/a32b2d190a02706f76abd3c3348c084a to your computer and use it in GitHub Desktop.
Save yinonov/a32b2d190a02706f76abd3c3348c084a to your computer and use it in GitHub Desktop.
onLoad$ = return this.auth.user$.pipe(
take(1), // we only do this once as we only want to handle the initial load
...
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment