<md-grid-list flex cols="1" rowHeight="4:3">
<md-grid-tile [style.background]="'lightgreen'">
<md-grid-tile-header>
<h3>Hello</h3>
</md-grid-tile-header>
<md-grid-list flex cols="2" rowHeight="300px">
<md-grid-tile *ngFor="let item of items;" [style.background]="'lightpink'">
Hello{{i}}
</md-grid-tile>
</md-grid-list>
</md-grid-tile>
</md-grid-list