Changeset 6a80231 for trip-planner-front/src/app/_models
- Timestamp:
- 11/02/21 22:14:57 (3 years ago)
- Branches:
- master
- Children:
- 6c1585f
- Parents:
- 188ee53
- Location:
- trip-planner-front/src/app/_models
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/src/app/_models/planner.ts
r188ee53 r6a80231 6 6 constructor(){ 7 7 this.id = 1; 8 this.name = ' Planner name';9 this.description = ' Planner description';8 this.name = ''; 9 this.description = ''; 10 10 } 11 11 }
Note:
See TracChangeset
for help on using the changeset viewer.