Merge pull request #4498 from tsiegleauq/fix-path-matching
Fix path matching
This commit is contained in:
commit
e13a849c19
@ -16,8 +16,7 @@ const routes: Routes = [
|
|||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '',
|
path: '',
|
||||||
loadChildren: './common/os-common.module#OsCommonModule',
|
loadChildren: './common/os-common.module#OsCommonModule'
|
||||||
pathMatch: 'full'
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'agenda',
|
path: 'agenda',
|
||||||
|
Loading…
Reference in New Issue
Block a user