56. Adding Content to the Recipes Components

7:41 1 发言者 2 章次 章 次 177 分部分会议

章次 章 次

  1. 0:02

    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 …

  2. 5:02

    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 …