Strict templates enabled
[oweals/peertube.git] / client / src / app / shared / buttons / button.component.html
1 <span class="action-button" [ngClass]="className" [title]="getTitle()">
2   <my-global-icon *ngIf="!loading" [iconName]="icon"></my-global-icon>
3   <my-small-loader [loading]="loading"></my-small-loader>
4
5   <span class="button-label">{{ label }}</span>
6 </span>