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: [
|
||||
{
|
||||
path: '',
|
||||
loadChildren: './common/os-common.module#OsCommonModule',
|
||||
pathMatch: 'full'
|
||||
loadChildren: './common/os-common.module#OsCommonModule'
|
||||
},
|
||||
{
|
||||
path: 'agenda',
|
||||
|
Loading…
Reference in New Issue
Block a user