Skip to content

Instantly share code, notes, and snippets.

@wholypantalones
Last active April 25, 2018 16:53
Show Gist options
  • Save wholypantalones/eb0f7219cfe4354283acba66ae227152 to your computer and use it in GitHub Desktop.
Save wholypantalones/eb0f7219cfe4354283acba66ae227152 to your computer and use it in GitHub Desktop.
users
this.http.get('https://jsonplaceholder.typicode.com/users')
.subscribe((users) => {
this.users = users;
}, (err) => {
console.log(err);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment