Ignore:
Timestamp:
02/06/22 18:19:53 (2 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Parents:
6fe77af
Message:

final presentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/src/app/create-initial-planner/create-initial-planner.component.html

    r6fe77af r571e0df  
    1   <div mat-dialog-content>
    2     <p>Planner name</p>
    3     <mat-form-field appearance="fill">
    4       <input matInput  type="text" [(ngModel)]="plannerDto.name" name="plannerName" placeholder="Planner name">
    5      
    6     </mat-form-field>
    7     <p>Planner description</p>
    8     <mat-form-field appearance="fill">
    9       <textarea matInput  name="description" [(ngModel)]="plannerDto.description" type="text"
    10         placeholder="Planner description"></textarea>
    11     </mat-form-field>
    12   </div>
    13   <div mat-dialog-actions>
    14     <button pButton pRipple type="button" label="Save"
    15       class="p-button-outlined p-button-rounded p-button-help" (click)="onFormSubmitPlanner(plannerDto)"></button>
    16   </div>
     1<div mat-dialog-content>
     2  <p>Planner name</p>
     3  <mat-form-field appearance="fill">
     4    <input matInput type="text" [(ngModel)]="plannerDto.name" name="plannerName" placeholder="Planner name">
    175
    18  
     6  </mat-form-field>
     7  <p>Planner description</p>
     8  <mat-form-field appearance="fill">
     9    <textarea matInput name="description" [(ngModel)]="plannerDto.description" type="text"
     10      placeholder="Planner description"></textarea>
     11  </mat-form-field>
     12</div>
     13<div mat-dialog-actions>
     14  <button pButton pRipple type="button" label="Save" class="p-button-outlined p-button-rounded p-button-help"
     15    (click)="onFormSubmitPlanner(plannerDto)"></button>
     16</div>
Note: See TracChangeset for help on using the changeset viewer.