source: trip-planner-front/src/app/create-initial-planner/create-initial-planner.component.html@ 188ee53

Last change on this file since 188ee53 was fa375fe, checked in by Ema <ema_spirova@…>, 3 years ago

adding new components

  • Property mode set to 100644
File size: 434 bytes
Line 
1<h1 mat-dialog-title>Hi </h1>
2<div mat-dialog-content>
3 <p>Trip name</p>
4 <mat-form-field appearance="fill">
5 <input matInput required >
6 </mat-form-field>
7 <p>Trip description</p>
8 <mat-form-field appearance="fill">
9 <textarea matInput ></textarea>
10 </mat-form-field>
11</div>
12<div mat-dialog-actions>
13 <button mat-button (click)="onCancelClick()">Cancel</button>
14 <button mat-button cdkFocusInitial>Save</button>
15</div>
Note: See TracBrowser for help on using the repository browser.