tata
This commit is contained in:
@@ -125,6 +125,16 @@ export const routes: Routes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: 'dependencies',
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
loadComponent: () => import('./features/dependencies/dependency-list/dependency-list.component')
|
||||
.then(m => m.DependencyListComponent)
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: 'persons',
|
||||
children: [
|
||||
@@ -177,4 +187,4 @@ export const routes: Routes = [
|
||||
}
|
||||
]
|
||||
}
|
||||
];
|
||||
];
|
||||
Reference in New Issue
Block a user