Skip to content

Instantly share code, notes, and snippets.

@teyfix
Created June 20, 2021 12:37
Show Gist options
  • Save teyfix/62741f293504c65690e5d5ce5141df6a to your computer and use it in GitHub Desktop.
Save teyfix/62741f293504c65690e5d5ce5141df6a to your computer and use it in GitHub Desktop.
rxjs - mapping source
subject.pipe(
map(x => x * x),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment