Changeset 6c1585f for trip-planner-front/src/app/create-initial-planner/create-initial-planner.component.ts
- Timestamp:
- 11/04/21 23:10:39 (3 years ago)
- Branches:
- master
- Children:
- ceaed42
- Parents:
- 6a80231
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/src/app/create-initial-planner/create-initial-planner.component.ts
r6a80231 r6c1585f 40 40 onFormSubmitPlanner(form: NgForm){ 41 41 console.log(this.planner); 42 this.plannerService.postInitialPlanner(this.planner Dto).subscribe(42 this.plannerService.postInitialPlanner(this.planner, this.locations).subscribe( 43 43 data=>{ 44 44 console.log(data);
Note:
See TracChangeset
for help on using the changeset viewer.