In the above code, I want to declare an empty Ingredient array instead of
ingredients: [ new Ingredient('Apple', '5')]
In the tutorial that I am doing, they don't show the case of the empty array. Is there a way to do it or do I always have to declare some values to let the angular know the type of the array?
