Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 11, 2019 00:02
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 parzibyte/8656daf65f61470ab81f93616b265995 to your computer and use it in GitHub Desktop.
Save parzibyte/8656daf65f61470ab81f93616b265995 to your computer and use it in GitHub Desktop.
<h1>Módulo HTTP con Angular</h1>
<a href="https://parzibyte.me/blog">By Parzibyte</a>
<br>
<button (click)="probarGet()">GET</button>&nbsp;
<button (click)="probarPost()">POST</button>&nbsp;
<button (click)="probarPut()">PUT</button>&nbsp;
<button (click)="probarDelete()">DELETE</button>&nbsp;
<p>
{{respuesta | json}}
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment