File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ <h2 mat-dialog-title>Faire un don</h2>
1717</ mat-dialog-content >
1818
1919< mat-dialog-actions align ="end ">
20- < button mat-dialog-close mat-button > Annuler</ button >
20+ < button mat-dialog-close matButton > Annuler</ button >
2121 < button matButton ="filled " [mat-dialog-close] ="amount.value " [disabled] ="!amount.valid "> Valider</ button >
2222</ mat-dialog-actions >
Original file line number Diff line number Diff line change 8484 < button mat-menu-item (click) ="currencyService.setCurrency(Currency.EUR) "> Europe (EUR)</ button >
8585 </ mat-menu >
8686 @if (viewer?.role === UserRole.administrator) {
87- < a routerLink ="/admin " mat-button > Administration</ a >
87+ < a routerLink ="/admin " matButton > Administration</ a >
8888 }
8989 @for (item of topNavigation; track item) {
9090 < a matButton [routerLink] ="item.link "> {{ item.display }}</ a >
You can’t perform that action at this time.
0 commit comments