5 changed files with 55 additions and 3 deletions
@ -1 +1,10 @@ |
|||||
<p>new-season-dialog works!</p> |
<h1 mat-dialog-title>New Season</h1> |
||||
|
<div mat-dialog-content> |
||||
|
<p>Title: <input [(ngModel)]="data.title" /></p> |
||||
|
<p>Subtitle: <input [(ngModel)]="data.subtitle" /></p> |
||||
|
<p>Starting Date: <input type="date" [(ngModel)]="data.startDate" /></p> |
||||
|
</div> |
||||
|
<div mat-dialog-actions> |
||||
|
<button mat-button (click)="onCancelClick()">Cancel</button> |
||||
|
<button mat-button color="primary" (click)="onSaveClick()">Save</button> |
||||
|
</div> |
||||
|
|||||
Loading…
Reference in new issue