Changeset b738035 for trip-planner-front/src/app/_models/city.ts
- Timestamp:
- 01/24/22 21:08:32 (3 years ago)
- Branches:
- master
- Children:
- 76712b2
- Parents:
- bdd6491
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/src/app/_models/city.ts
rbdd6491 rb738035 7 7 constructor(){ 8 8 this.id = 1; 9 this.name= ' City name';10 this.description= ' City description';9 this.name= ''; 10 this.description= ''; 11 11 } 12 12 }
Note:
See TracChangeset
for help on using the changeset viewer.