aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/buttons/button.component.html
blob: 43e2ca614135b8dcac6c18d3775329a06eebe4b9 (plain) (blame)
1
2
3
4
5
6
<span class="action-button" [ngClass]="getClasses()" [title]="getTitle()">
  <my-global-icon *ngIf="!loading" [iconName]="icon"></my-global-icon>
  <my-small-loader [loading]="loading"></my-small-loader>

  <span class="button-label">{{ label }}</span>
</span>