Last active
December 18, 2019 21:34
-
-
Save deejayy/347fb7c92560cf5a8219991cf196731e to your computer and use it in GitHub Desktop.
This file contains 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
this.someGetApiResult.loading$.subscribe(loading => console.log(loading)); | |
this.data$ = this.someGetApiResult.data$.pipe(map(someParsingLogic)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment