Changeset 76712b2 for trip-planner-front/src/app/app-routing.module.ts
- Timestamp:
- 01/28/22 18:45:54 (3 years ago)
- Branches:
- master
- Children:
- 6fe77af
- Parents:
- b738035
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/src/app/app-routing.module.ts
rb738035 r76712b2 1 1 import { NgModule } from '@angular/core'; 2 2 import { RouterModule, Routes } from '@angular/router'; 3 import { ExploreResultComponent } from './explore/explore-result/explore-result.component'; 3 4 import { ExploreComponent } from './explore/explore.component'; 4 5 import { HomepageComponent } from './homepage/homepage.component'; … … 18 19 {path: '', component:LoginComponent}, 19 20 {path: 'location', component: LocationDetailsComponent}, 20 {path: 'explore', component: ExploreComponent} 21 {path: 'explore', component: ExploreComponent}, 22 {path: 'results', component: ExploreResultComponent} 21 23 ]; 22 24
Note:
See TracChangeset
for help on using the changeset viewer.