From 245f3a5a2733f7cb7ba4c93ebfab6d3b7a3b14fd Mon Sep 17 00:00:00 2001 From: Sean Date: Mon, 11 Mar 2019 12:32:01 +0100 Subject: [PATCH] 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 --- client/src/app/site/site-routing.module.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/app/site/site-routing.module.ts b/client/src/app/site/site-routing.module.ts index d8109d62e..cb57a4ca0 100644 --- a/client/src/app/site/site-routing.module.ts +++ b/client/src/app/site/site-routing.module.ts @@ -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',