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/6f64b7907801138a5e58a73505953506 to your computer and use it in GitHub Desktop.

Select an option

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