Last change
on this file since b738035 was bdd6491, checked in by Ema <ema_spirova@…>, 3 years ago |
pre final presentation
|
-
Property mode
set to
100644
|
File size:
689 bytes
|
Rev | Line | |
---|
[6a80231] | 1 | <div mat-dialog-content>
|
---|
| 2 | <p>Planner name</p>
|
---|
| 3 | <mat-form-field appearance="fill">
|
---|
[bdd6491] | 4 | <input matInput type="text" [(ngModel)]="plannerDto.name" name="plannerName" placeholder="Planner name">
|
---|
| 5 |
|
---|
[6a80231] | 6 | </mat-form-field>
|
---|
| 7 | <p>Planner description</p>
|
---|
| 8 | <mat-form-field appearance="fill">
|
---|
[bdd6491] | 9 | <textarea matInput name="description" [(ngModel)]="plannerDto.description" type="text"
|
---|
[e29cc2e] | 10 | placeholder="Planner description"></textarea>
|
---|
[6a80231] | 11 | </mat-form-field>
|
---|
| 12 | </div>
|
---|
| 13 | <div mat-dialog-actions>
|
---|
[bdd6491] | 14 | <button pButton pRipple type="button" label="Save"
|
---|
| 15 | class="p-button-outlined p-button-rounded p-button-help" (click)="onFormSubmitPlanner(plannerDto)"></button>
|
---|
[6a80231] | 16 | </div>
|
---|
[bdd6491] | 17 |
|
---|
| 18 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.