aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-main/buttons/button.component.html
blob: d2b0eb81a8a329ed856445ff8850badc09f73949 (plain) (tree)
1
2
3
4
5
6
                                                                       


                                                                      

                                               
<span class="action-button" [ngClass]="className" [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>