]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - button.component.html
65e06f7a4ddeb22ddd15260e0828760f0d426492
[github/Chocobozzz/PeerTube.git] / button.component.html
1 <span class="action-button" [ngClass]="getClasses()" [ngbTooltip]="getTitle()" tabindex="0">
2 <my-global-icon *ngIf="!loading" [iconName]="icon"></my-global-icon>
3 <my-small-loader [loading]="loading"></my-small-loader>
4
5 <span *ngIf="label" class="button-label">{{ label }}</span>
6
7 <ng-content></ng-content>
8 </span>