Created
February 11, 2019 09:29
-
-
Save yinonov/7287b94ac897fe178939cc0143157815 to your computer and use it in GitHub Desktop.
code example for preserving cart state article
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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