Changeset 1ad8e64 for trip-planner-front/src/app/location
- Timestamp:
- 11/29/21 22:35:07 (3 years ago)
- Branches:
- master
- Children:
- 84d0fbb
- Parents:
- 8d391a1
- Location:
- trip-planner-front/src/app/location
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/src/app/location/add-location-to-planner-panel/add-location-to-planner-panel.component.ts
r8d391a1 r1ad8e64 5 5 import { DynamicDialogRef } from 'primeng/dynamicdialog'; 6 6 import { LocationService } from 'src/app/_services/location.service'; 7 import { Location } from 'src/app/_models/location'; 8 import { PlannerLocationDto } from 'src/app/_models/dto/plannerLocationDto'; 7 9 8 10 9 -
trip-planner-front/src/app/location/location.component.html
r8d391a1 r1ad8e64 1 1 <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" 2 2 integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous"> 3 <p-toast></p-toast> 3 4 <p-toast></p-toast> 4 5 <h3>Here are all locations</h3> 5 6 <button pButton pRipple type="button" icon="pi pi-bell" class="p-button-rounded p-button-warning" label="Back to my Planners" (click)="onClickBackToMyPlanners()"></button> -
trip-planner-front/src/app/location/location.component.ts
r8d391a1 r1ad8e64 124 124 } 125 125 ); 126 127 128 126 }); 129 127 }
Note:
See TracChangeset
for help on using the changeset viewer.