aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/buttons/button.component.html
blob: 87a8daccfefabba66d9b8f40c19d6bcb541bb3e4 (plain) (blame)
1
2
3
4
<span class="action-button" [ngClass]="className" [title]="getTitle()">
  <span class="icon" [ngClass]="icon"></span>
  <span class="button-label">{{ label }}</span>
</span>