11 lines
253 B
HTML
11 lines
253 B
HTML
<button [disabled]="disabled" mat-button>
|
|
@if (icon) {
|
|
<span
|
|
><fa-icon [icon]="icon"></fa-icon><span class="content"> </span></span
|
|
>
|
|
}
|
|
<span class="button-content">
|
|
<ng-content></ng-content>
|
|
</span>
|
|
</button>
|