mirror of
https://github.com/Lissy93/happy-app.git
synced 2021-05-12 19:52:18 +03:00
19 lines
569 B
HTML
19 lines
569 B
HTML
<mat-card class="chart-card">
|
|
<div class="pull-right">
|
|
<button mat-button class="mat-icon-button"><mat-icon>autorenew</mat-icon></button>
|
|
<button mat-button class="mat-icon-button"><mat-icon>open_in_new</mat-icon></button>
|
|
<button mat-button class="mat-icon-button"><mat-icon>code</mat-icon></button>
|
|
</div>
|
|
<mat-card-header>
|
|
<mat-card-title><h3>Calendar View</h3></mat-card-title>
|
|
<mat-card-subtitle>Team Happiness by Date</mat-card-subtitle>
|
|
</mat-card-header>
|
|
<mat-card-content>
|
|
|
|
|
|
|
|
|
|
</mat-card-content>
|
|
|
|
</mat-card>
|