button icons

This commit is contained in:
2020-04-26 13:27:27 +02:00
committed by smuddy
parent 148621f358
commit 3b6bebcbac
28 changed files with 133 additions and 26 deletions

View File

@@ -29,7 +29,7 @@
</div>
<app-button-row>
<button *appRole="['contributor']" mat-button routerLink="edit">Bearbeiten</button>
<app-button *appRole="['contributor']" [icon]="faEdit" routerLink="edit">Bearbeiten</app-button>
</app-button-row>
</app-card>