Skip to content

Instantly share code, notes, and snippets.

@wKoza

wKoza/post.ts Secret

Last active August 10, 2017 08:19
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 wKoza/27ee42bd513edffa7e99e7e316eb18e3 to your computer and use it in GitHub Desktop.
Save wKoza/27ee42bd513edffa7e99e7e316eb18e3 to your computer and use it in GitHub Desktop.
const body = {title: 'HttpClient'};
this.http
.post('api.learn-angular.fr/article/add', body)
.subscribe(...);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment