Skip to content

Instantly share code, notes, and snippets.

@deejayy
Last active December 18, 2019 21:34
Show Gist options
  • Save deejayy/347fb7c92560cf5a8219991cf196731e to your computer and use it in GitHub Desktop.
Save deejayy/347fb7c92560cf5a8219991cf196731e to your computer and use it in GitHub Desktop.
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