diff --git a/src/app/components/recipe-form/recipe-form.component.html b/src/app/components/recipe-form/recipe-form.component.html index 3651a81..b51c9a3 100644 --- a/src/app/components/recipe-form/recipe-form.component.html +++ b/src/app/components/recipe-form/recipe-form.component.html @@ -25,7 +25,7 @@

Ingredients

- Ingredient: + Ingredient @for (ingredient of ingredientsOptions; track ingredient) { {{ ingredient }} @@ -33,7 +33,7 @@ - Quantity: + Quantity