Changeset bdd6491 for trip-planner-front/src/app/_models/location.ts
- Timestamp:
- 12/28/21 08:56:55 (3 years ago)
- Branches:
- master
- Children:
- b738035
- Parents:
- 84d0fbb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/src/app/_models/location.ts
r84d0fbb rbdd6491 8 8 priority: string; 9 9 duration: number; 10 trivia: string; 10 11 photo: any[]; 11 12 … … 17 18 this.priority = 'Location priority'; 18 19 this.duration = 1; 20 this.trivia = ''; 19 21 this.photo = []; 20 22 }
Note:
See TracChangeset
for help on using the changeset viewer.