Skip to content

Instantly share code, notes, and snippets.

@alvarocamillont
Last active May 28, 2019 03:49
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 alvarocamillont/ed98552e15c0efb45fe31dfc6170507f to your computer and use it in GitHub Desktop.
Save alvarocamillont/ed98552e15c0efb45fe31dfc6170507f to your computer and use it in GitHub Desktop.
this.http
.get<People>('https://swapi.co/api/people/1/')
.subscribe((data: People) => {
this.people = data;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment