Skip to content

Instantly share code, notes, and snippets.

@newmanbrad
Created June 26, 2018 14:30
Show Gist options
  • Save newmanbrad/894dfe44d31dd8f00fd1f5ce11f0b6d1 to your computer and use it in GitHub Desktop.
Save newmanbrad/894dfe44d31dd8f00fd1f5ce11f0b6d1 to your computer and use it in GitHub Desktop.
Angular Element HTML
<div class="brads-element">
<p>{{counter}}</p>
<button (click)="increase()">Increase</button>
<button (click)="descrease()">Decrease</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment