56. Adding Content to the Recipes Components
7:41
1 स्पीकर
2 विभाग
177 खंड
स्पीकर
विभाग
-
0:02अध्याय 1: We added our recipe model. 300s · Speaker 1
We added our recipe model. Now let's use it. So back to the recipe list component. Here I added my recipes array. And now that we created the model, we can also define the type for this. So we can add colon to inform TypeScript that now we …
-
5:02अध्याय 2: class, which will be list group item to make it look like a list group item in Bootstrap. 156s · Speaker 1
class, which will be list group item to make it look like a list group item in Bootstrap. Also add clear fix. Otherwise, it will probably look wrong. And then I'll add a div, which will receive the class pullLeft, since I want to have this …