Changeset b738035 for trip-planner-front/src/app/create-initial-planner/create-initial-planner.component.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/create-initial-planner/create-initial-planner.component.ts
rbdd6491 rb738035 19 19 20 20 ngOnInit(): void { 21 this.plannerDto = new Planner ();21 this.plannerDto = new PlannerDto(); 22 22 } 23 23
Note:
See TracChangeset
for help on using the changeset viewer.