Skip to content

Instantly share code, notes, and snippets.

@hiepxanh
Created February 8, 2018 07:41
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 hiepxanh/6c0ad761ae422ec95beb5cadb7bfd29f to your computer and use it in GitHub Desktop.
Save hiepxanh/6c0ad761ae422ec95beb5cadb7bfd29f to your computer and use it in GitHub Desktop.
get HTML request
getHTML() {
return this.http.request('GET','api/account/login',{observe:'response',responseType:'text'})
.map((res:HttpResponse<any>) => { console.log(res.body); return res.body })
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment