Changeset 59329aa for trip-planner-front/src/app/planner
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/src/app/planner/edit-planner/edit-planner.component.ts
rceaed42 r59329aa 48 48 .subscribe(x => this.form.patchValue(x)); 49 49 50 this.locationService.getLocationsF roPlanner(this.id).subscribe(50 this.locationService.getLocationsForPlanner(this.id).subscribe( 51 51 data => { 52 52 this.locations = data;
Note:
See TracChangeset
for help on using the changeset viewer.