* initial commit

This commit is contained in:
Dávid Danyi
2018-05-10 16:39:05 +02:00
parent bc4fb64f59
commit 699753fc23
38 changed files with 877 additions and 31 deletions

View File

@@ -0,0 +1,5 @@
<a class="mat-raised-button" [routerLink]="['/awardee/new']">
<mat-icon fontSet="fas" fontIcon="fa-user-plus"></mat-icon>
New awardee
</a>
<awardee-list-table></awardee-list-table>