Hello, {{ title() }}
-Congratulations! Your app is running. 🎉
-Congratulations! Your app is running. 🎉
-recipe works!
+{{ title() }}
+@for (recipeTitle of recipeTitles(); track recipeTitle) { +{{ recipeTitle }}
+} + diff --git a/src/app/recipe/recipe.spec.ts b/src/app/recipe/recipe.spec.ts new file mode 100644 index 0000000..5a91e64 --- /dev/null +++ b/src/app/recipe/recipe.spec.ts @@ -0,0 +1,22 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; + +import { Recipe } from './recipe'; + +describe('Recipe', () => { + let component: Recipe; + let fixture: ComponentFixture