Created
June 20, 2021 12:37
-
-
Save teyfix/62741f293504c65690e5d5ce5141df6a to your computer and use it in GitHub Desktop.
rxjs - mapping source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
subject.pipe( | |
map(x => x * x), | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment