Skip to content

Instantly share code, notes, and snippets.

@ndcunningham
Created December 12, 2019 14:50
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 ndcunningham/79331764781df0fdfee04db5df68cea1 to your computer and use it in GitHub Desktop.
Save ndcunningham/79331764781df0fdfee04db5df68cea1 to your computer and use it in GitHub Desktop.
const example1$ = from(people).pipe(map(person => person.name));
const example2$ = from(people).pipe(pluck('name'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment