Types of coffee (fix-height grid-list)

@for (tile of tiles; track tile) { {{tile.text}} }

Types of coffee (ratio-height grid list)

@for (tile of tiles; track tile) { {{tile.text}} }

Types of coffee (fit-height grid list)

@for (tile of tiles; track tile) { {{tile.text}} }

Angular team dogs (Grid list with header and footer)

@for (dog of dogs; track dog) { {{dog.name}} Photo of {{dog.name}} Human: {{dog.human}} }