button icons

This commit is contained in:
2020-05-13 19:35:21 +02:00
committed by benjamin
parent 148621f358
commit 3b6bebcbac
28 changed files with 133 additions and 26 deletions
+1 -1
View File
@@ -13,6 +13,6 @@
</mat-form-field>
<app-button-row>
<button (click)="onCreate()" mat-button>Benutzer anlegen</button>
<app-button (click)="onCreate()" [icon]="faNewUser">Benutzer anlegen</app-button>
</app-button-row>
</app-card>