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