Created
January 7, 2018 12:22
-
-
Save uno-de-piera/3f4790e416151e8eb42cbb966bf329c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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