Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/src/app/locations-form/locations-form.component.html

    rceaed42 r59329aa  
    2222        <mat-form-field appearance="fill" class="example-full-width">
    2323          <mat-label>Please select a city</mat-label>
    24           <mat-select [(ngModel)]="cityId" placeholder="Select city" name="city">
     24          <mat-select [(ngModel)]="cityId" placeholder="Select city" name="city" >
    2525            <mat-option [value]="city.id" *ngFor="let city of cities" > {{city.name}}</mat-option>
    2626          </mat-select>
Note: See TracChangeset for help on using the changeset viewer.