发言者
章次 章 次
-
0:01章章章 章章 章 次 第一章 章 第一章 一章 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:04章章章 章章 章 次 第一章 章 第一章 一章 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…