Skip to content

Instantly share code, notes, and snippets.

@wKoza

wKoza/delete.ts Secret

Created January 14, 2017 15:03
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/9af6f601917ead68cce83f78f953b6e1 to your computer and use it in GitHub Desktop.
Save wKoza/9af6f601917ead68cce83f78f953b6e1 to your computer and use it in GitHub Desktop.
Observable<number> status$ = this.http.delete('api.learn-angular.fr/article/3')
.map((res:Response) => res.status)
.catch(this.handleError);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment