Skip to content

Instantly share code, notes, and snippets.

@thisiszoaib
Created June 6, 2020 08:27
Show Gist options
  • Save thisiszoaib/61668a9f16117c3365b6a4aaea12b6e8 to your computer and use it in GitHub Desktop.
Save thisiszoaib/61668a9f16117c3365b6a4aaea12b6e8 to your computer and use it in GitHub Desktop.
Card view 7
<mat-toolbar color="primary">
<span>Card view demo</span>
<button mat-button (click)="toggleGridColumns()" fxHide.lt-md>
<span *ngIf="gridColumns === 4">Three Columns</span>
<span *ngIf="gridColumns === 3">Four Columns</span>
</button>
</mat-toolbar>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment