]>
Commit | Line | Data |
---|---|---|
30814423 | 1 | <span class="action-button" [ngClass]="getClasses()" [ngbTooltip]="getTitle()" tabindex="0"> |
b5f919ac C |
2 | <my-global-icon *ngIf="!loading" [iconName]="icon"></my-global-icon> |
3 | <my-small-loader [loading]="loading"></my-small-loader> | |
4 | ||
30814423 | 5 | <span *ngIf="label" class="button-label">{{ label }}</span> |
6c808af9 RK |
6 | |
7 | <ng-content></ng-content> | |
74d63469 | 8 | </span> |