237. Submitting the Recipe Edit Form
7:30
2 Гучні
2 Глави
165 відрізки
Гучні
Глави
-
0:02
With validation added, let's make sure we can update or save our recipe. So in the recipe added component, in onSubmit, I don't want to print the form. I want to do something with it. I want to save it in my array of recipes or update an ex…
-
5:04
We can simply use the same approach as in the shopping list service. I'll have my recipes changed event here, which is a new subject. And subject is imported from RxJS subject. Make sure to add this import. This will then pass an array of r…