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 …