Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 5, 2019 20:18
Show Gist options
  • Save parzibyte/9da2741d0f3b89551283dd4a2b9e31c3 to your computer and use it in GitHub Desktop.
Save parzibyte/9da2741d0f3b89551283dd4a2b9e31c3 to your computer and use it in GitHub Desktop.
<mat-toolbar class="barra" color="warn">
<mat-toolbar-row>
<button (click)="cajon.toggle()" mat-icon-button>
<mat-icon>menu</mat-icon>
</button>
<span>
CRUD Angular con PHP y MySQL&nbsp;
</span>
<span>
<a mat-stroked-button href="https://parzibyte.me/blog">By Parzibyte</a>
</span>
</mat-toolbar-row>
</mat-toolbar>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment