Skip to content

Instantly share code, notes, and snippets.

@harrylincoln
Created July 12, 2017 21:42
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 harrylincoln/4ded059d0fc1a05044d900f9ee2cdc96 to your computer and use it in GitHub Desktop.
Save harrylincoln/4ded059d0fc1a05044d900f9ee2cdc96 to your computer and use it in GitHub Desktop.
Html snippet to give context to createNewUserHit
...
<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