Fix path matching
Fixed an error where navigation to not-lazy-loaded was prevented by full path-matching. Was preventing the sites for Search, Legal Notice and PP to show up
This commit is contained in:
parent
d10dfb0915
commit
245f3a5a27
@ -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