Created
July 12, 2017 21:42
-
-
Save harrylincoln/4ded059d0fc1a05044d900f9ee2cdc96 to your computer and use it in GitHub Desktop.
Html snippet to give context to createNewUserHit
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
... | |
<h2>Example 1</h2> | |
<button (click)="createNewUserHit($event)">Create a user via backend</button> | |
<button (click)="signInEmailPassHit($event)">Sign in using email and pass</button> | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment