Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 841 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 841 Bytes
// private recipes: Recipe[] = [
//     new Recipe(
//         'Steak', 'A super-tasty steak! Awesome!',
//         'https://www.eatwell101.com/wp-content/uploads/2020/10/Garlic-Butter-Steak-recipe-roasted-in-Oven.jpg',
//         [
//             new Ingredient('Beef', 1),
//             new Ingredient('Potatos', 5),
//             new Ingredient('Green beans', 15)
//         ]
//     ),

//     new Recipe(
//         'Fried Chicken', 'What else do you need?',
//         'https://www.eatwell101.com/wp-content/uploads/2019/04/chicken-and-asparagus-skillet-recipe-2.jpg',
//         [
//             new Ingredient('Chicken', 1),
//             new Ingredient('Asparagus', 20),
//             new Ingredient('Lemon slices', 2)
//         ]
//     ),
// ];