Alex Perry | f82524c | 2022-03-09 20:04:47 -0800 | [diff] [blame] | 1 | <h4><ng-content></ng-content></h4> |
Filip Kujawa | 32538b3 | 2022-10-29 17:09:30 -0700 | [diff] [blame] | 2 | <button (click)="update(1)" class="btn btn-secondary btn-block no-touch-action"> |
3 | + | ||||
4 | </button> | ||||
Alex Perry | f82524c | 2022-03-09 20:04:47 -0800 | [diff] [blame] | 5 | <h3>{{value}}</h3> |
Filip Kujawa | 32538b3 | 2022-10-29 17:09:30 -0700 | [diff] [blame] | 6 | <button |
7 | (click)="update(-1)" | ||||
8 | class="btn btn-secondary btn-block no-touch-action" | ||||
9 | > | ||||
10 | - | ||||
11 | </button> |