Skip to content

Instantly share code, notes, and snippets.

@cartant
Last active June 30, 2018 07:18
Show Gist options
  • Select an option

  • Save cartant/64a3f0935d41a7414c559393717dd850 to your computer and use it in GitHub Desktop.

Select an option

Save cartant/64a3f0935d41a7414c559393717dd850 to your computer and use it in GitHub Desktop.
return this.http.get<Something>("https://api.some.com/things/1").pipe(
map(this.extractSomeProperty),
catchError(this.handleError)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment