Ignore:
Timestamp:
11/04/21 23:10:39 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
ceaed42
Parents:
6a80231
Message:

edit planner form with angular

File:
1 edited

Legend:

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

    r6a80231 r6c1585f  
    11import { NgModule } from '@angular/core';
    22import { RouterModule, Routes } from '@angular/router';
     3import { LocationComponent } from './location/location.component';
    34import { LocationsFormComponent } from './locations-form/locations-form.component';
    45import { EditPlannerComponent } from './planner/edit-planner/edit-planner.component';
     
    89  {path: 'planners', component: PlannerComponent},
    910  {path: 'form', component: LocationsFormComponent},
    10   {path: 'edit/planner/:id', component: EditPlannerComponent}
     11  {path: 'edit/planner/:id', component: EditPlannerComponent},
     12  {path: 'locations', component: LocationComponent}
    1113];
    1214
Note: See TracChangeset for help on using the changeset viewer.