285. Storing Recipes
6:39
1 Speakers
2 Kapitlar
150 segments
Speakers
Kapitlar
-
0:01Kapitul 1: Now, I guess it makes sense to start with saving recipes because it's hard to fetch them if we never save them. 302s · Speaker 1
Now, I guess it makes sense to start with saving recipes because it's hard to fetch them if we never save them. And for that, I will add a new method here to the data storage service, which I'll name store recipes. Now, of course, you can n…
-
5:04Kapitul 2: And in here, we now have to call our newly added save recipes method in this data storage service. 92s · Speaker 1
And in here, we now have to call our newly added save recipes method in this data storage service. for that of course we need to inject our data storage service here by using its type make sure you import and that type from your file from y…