Skip to content

Instantly share code, notes, and snippets.

@DuncanFaulkner
Created July 28, 2021 22:05
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 DuncanFaulkner/a56152464e56b7d57c97fc98b44be228 to your computer and use it in GitHub Desktop.
Save DuncanFaulkner/a56152464e56b7d57c97fc98b44be228 to your computer and use it in GitHub Desktop.
mediaObserver
<mat-grid-list rowHeight="1:1" [cols]="cols | async" gutterSize="6px">
<mat-grid-tile> {{1}} </mat-grid-tile>
<mat-grid-tile> {{2}} </mat-grid-tile>
<mat-grid-tile> {{3}} </mat-grid-tile>
<mat-grid-tile> {{4}} </mat-grid-tile>
<mat-grid-tile> {{5}} </mat-grid-tile>
</mat-grid-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment