Skip to content

Instantly share code, notes, and snippets.

@Coly010
Created March 23, 2021 10:36
Show Gist options
  • Select an option

  • Save Coly010/59ceffd69cc72f334f61a08d4dfbd0f0 to your computer and use it in GitHub Desktop.

Select an option

Save Coly010/59ceffd69cc72f334f61a08d4dfbd0f0 to your computer and use it in GitHub Desktop.
const obs$ = of('my test value');
obs$.pipe(debug()).subscribe();
// OUTPUT
// CONSOLE
// my test value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment