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:
Sean 2019-03-11 12:32:01 +01:00
parent d10dfb0915
commit 245f3a5a27

View File

@ -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',