Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/src/app/app-routing.module.ts

    rceaed42 r59329aa  
    11import { NgModule } from '@angular/core';
    22import { RouterModule, Routes } from '@angular/router';
     3import { HomepageComponent } from './homepage/homepage.component';
     4import { LocationDetailsComponent } from './location/location-details/location-details.component';
    35import { LocationComponent } from './location/location.component';
    46import { LocationsFormComponent } from './locations-form/locations-form.component';
     
    1012  {path: 'form', component: LocationsFormComponent},
    1113  {path: 'edit/planner/:id', component: EditPlannerComponent},
    12   {path: 'locations', component: LocationComponent}
     14  {path: 'locations', component: LocationComponent},
     15  {path: '', component: HomepageComponent},
     16  {path: 'location', component: LocationDetailsComponent}
    1317];
    1418
Note: See TracChangeset for help on using the changeset viewer.