Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 5, 2019 20:18
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
<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