Add and edit recipes (#3)

Co-authored-by: clfreville2 <clement.freville2@etu.uca.fr>
Reviewed-on: https://codefirst.iut.uca.fr/git/clement.freville2/tiramisu/pulls/3
This commit is contained in:
2024-06-17 14:10:13 +02:00
parent 91b8780d1d
commit 13059ca8d1
5 changed files with 116 additions and 6 deletions

View File

@@ -7,4 +7,5 @@ export const routes: Routes = [
{ path: 'recipes', component: RecipesComponent },
{ path: 'recipe/add', component: RecipeAddComponent },
{ path: 'recipe/:id', component: RecipeComponent },
{ path: 'recipe/:id/edit', component: RecipeAddComponent },
];