Created
June 26, 2018 14:30
-
-
Save newmanbrad/894dfe44d31dd8f00fd1f5ce11f0b6d1 to your computer and use it in GitHub Desktop.
Angular Element HTML
This file contains 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
<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