parent
f82013f956
commit
456f57dde8
|
@ -8,11 +8,11 @@ import { Routes, RouterModule } from '@angular/router';
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
{
|
{
|
||||||
path: 'customers',
|
path: 'customers',
|
||||||
loadChildren: './app/customers/customers.module#CustomersModule'
|
loadChildren: 'app/customers/customers.module#CustomersModule'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'orders',
|
path: 'orders',
|
||||||
loadChildren: './app/orders/orders.module#OrdersModule'
|
loadChildren: 'app/orders/orders.module#OrdersModule'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '',
|
path: '',
|
||||||
|
|
Loading…
Reference in New Issue