Skip to content

Instantly share code, notes, and snippets.

@imkrish
Created January 27, 2019 09:52
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 imkrish/8a814e0154c521455693d2f720e47189 to your computer and use it in GitHub Desktop.
Save imkrish/8a814e0154c521455693d2f720e47189 to your computer and use it in GitHub Desktop.
const observable = of('response')
const result = await getValue(observable)
// Do the logic with the result
// .................
// .................
// .................
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment