Skip to content

Instantly share code, notes, and snippets.

@timjonesdev
Last active August 21, 2019 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timjonesdev/e0d5bb38f499e954dac8aaa02f08bb66 to your computer and use it in GitHub Desktop.
Save timjonesdev/e0d5bb38f499e954dac8aaa02f08bb66 to your computer and use it in GitHub Desktop.
<mat-grid-list *ngIf="teams !== undefined && teams.length > 0"
cols="2"
rowHeight="2:1">
<mat-grid-tile *ngFor="let team of teams" class="grid-fit">
<app-team-card [team]="team"></app-team-card>
</mat-grid-tile>
</mat-grid-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment