Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created June 14, 2017 14:00
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/a26083bcc809aa95feaad7d2af2b7dc7 to your computer and use it in GitHub Desktop.
Save matthieu-D/a26083bcc809aa95feaad7d2af2b7dc7 to your computer and use it in GitHub Desktop.
callBackEnd() {
this.http.get('https://2nseea33n8.execute-api.us-east-1.amazonaws.com/Dev')
.map(res => res.json())
.subscribe(result => console.log('result: ', result));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment