ymanager/webapp/src/app/add-days-off-dialog/add-days-off-dialog.component.html @ bdca9f6d
1 |
<h1 mat-dialog-title>Dialog</h1> |
---|---|
2 |
|
3 |
<div mat-dialog-content> |
4 |
Data: {{data.foo}} |
5 |
</div>
|
6 |
|
7 |
<div mat-dialog-actions> |
8 |
<button mat-button (click)="onCloseClick()">Close</button> |
9 |
</div>
|