Created
November 5, 2019 20:18
-
-
Save parzibyte/9da2741d0f3b89551283dd4a2b9e31c3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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 | |
</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