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: [
|
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