Changeset 6fe77af for trip-planner-front/src/app/app-routing.module.ts
- Timestamp:
- 02/06/22 18:15:51 (3 years ago)
- Branches:
- master
- Children:
- 571e0df
- Parents:
- 76712b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/src/app/app-routing.module.ts
r76712b2 r6fe77af 5 5 import { HomepageComponent } from './homepage/homepage.component'; 6 6 import { LoginComponent } from './homepage/login/login.component'; 7 import { AddLocationComponent } from './location/add-location/add-location.component'; 7 8 import { LocationDetailsComponent } from './location/location-details/location-details.component'; 8 9 import { LocationComponent } from './location/location.component'; … … 10 11 import { EditPlannerComponent } from './planner/edit-planner/edit-planner.component'; 11 12 import { PlannerComponent } from './planner/planner.component'; 13 12 14 13 15 const routes: Routes = [ … … 20 22 {path: 'location', component: LocationDetailsComponent}, 21 23 {path: 'explore', component: ExploreComponent}, 22 {path: 'results', component: ExploreResultComponent} 24 {path: 'results', component: ExploreResultComponent}, 25 {path: 'add-location', component: AddLocationComponent} 23 26 ]; 24 27
Note:
See TracChangeset
for help on using the changeset viewer.