You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
Tiramisu
|
|
|
|
<button mat-button [routerLink]="['/recipes']">Les recettes</button>
|
|
<button mat-button [routerLink]="['/recipe/add']">Ajout recette</button>
|
|
|
|
|
|
<router-outlet></router-outlet> |