]>
git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-main/buttons/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>
5 <span *
ngIf=
"label" class=
"button-label">{{ label }}
</span>
7 <ng-content></ng-content>