Skip to content

Instantly share code, notes, and snippets.

@yinonov
Created February 11, 2019 09:42
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/4e83968c12e582fea64981e0136f1d8c to your computer and use it in GitHub Desktop.
Save yinonov/4e83968c12e582fea64981e0136f1d8c to your computer and use it in GitHub Desktop.
code example for preserving cart state article
const subscription = merge(
this.cartChange$,
this.cartReset$
).subscribe();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment