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