Skip to content

Instantly share code, notes, and snippets.

@DanJFletcher
Last active October 5, 2018 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanJFletcher/5c546de7f7a0eea173e62ef229bfe5c5 to your computer and use it in GitHub Desktop.
Save DanJFletcher/5c546de7f7a0eea173e62ef229bfe5c5 to your computer and use it in GitHub Desktop.
this.restService
.getResource('/some-end-point')
.subscribe((data) => {
// do stuff with data
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment