parent
50b605686e
commit
3db02d244a
@ -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…
x
Reference in New Issue
Block a user