Skip to content

Instantly share code, notes, and snippets.

@barbaraperim
Last active February 13, 2020 01:44
Show Gist options
  • Save barbaraperim/09253ccd441e83d91eb14271c2e608ad to your computer and use it in GitHub Desktop.
Save barbaraperim/09253ccd441e83d91eb14271c2e608ad to your computer and use it in GitHub Desktop.
Button click test - html
<div>
<button class="btn" (click)=clickAction(form)>
Testar!
</button>
<p class="error" *ngIf='errorMessage'> {{errorMessage}}</p>
<p class="success" *ngIf='successMessage'> {{successMessage}}</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment