Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Created January 7, 2018 12:22
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 uno-de-piera/3f4790e416151e8eb42cbb966bf329c5 to your computer and use it in GitHub Desktop.
Save uno-de-piera/3f4790e416151e8eb42cbb966bf329c5 to your computer and use it in GitHub Desktop.
<button (click)="getUsers()">All users</button>
<button (click)="getUser('5a5129de2339249df56a2ebc')">Find user</button>
<button (click)="addUser()">Add user</button>
<button (click)="updateUser()">Update user</button>
<button (click)="deleteUser('5a5129deba80342a8069ddcb')">Delete user</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment