Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active April 7, 2017 20:10
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 matthieu-D/0ce3e1673e402fc91e85c47e8a4a7de4 to your computer and use it in GitHub Desktop.
Save matthieu-D/0ce3e1673e402fc91e85c47e8a4a7de4 to your computer and use it in GitHub Desktop.
ngOnInit() {
this.http.get('https://jsonplaceholder.typicode.com/posts')
.map(this.extractData)
.subscribe(this.handleData, this.handleError, this.handleComplete);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment