Skip to content

Instantly share code, notes, and snippets.

@molcik
Created November 2, 2017 18:24
Show Gist options
  • Save molcik/7a2a51f1c0534278e67657568edcb98b to your computer and use it in GitHub Desktop.
Save molcik/7a2a51f1c0534278e67657568edcb98b to your computer and use it in GitHub Desktop.
<mat-grid-list cols="4" rowHeight="100px">
<mat-grid-tile
*ngFor="let tile of tiles"
[colspan]="tile.cols"
[rowspan]="tile.rows"
[style.background]="tile.color">
{{tile.text}}
</mat-grid-tile>
</mat-grid-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment