- Timestamp:
- 10/16/21 18:10:51 (3 years ago)
- Branches:
- master
- Children:
- eed0bf8
- Parents:
- 6a3a178
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/src/app/location/location.component.html
r6a3a178 rfa375fe 5 5 <hr> 6 6 7 <div *ngFor="let city of cities">8 {{city.name}}9 </div>10 <div *ngFor="let country of countries">11 {{country.name}}12 </div>13 14 <hr>15 7 <div *ngFor="let companion of companions"> 16 8 {{companion.type}}
Note:
See TracChangeset
for help on using the changeset viewer.