1
0

Fixed and updated merge related issues for simple search

This commit is contained in:
Lotte Hofstede
2017-10-03 11:05:42 +02:00
parent 62bfeb4075
commit da881f7a30
17 changed files with 20 additions and 54 deletions

View File

@@ -11,6 +11,7 @@ import { PageNotFoundComponent } from './pagenotfound/pagenotfound.component';
{ path: 'communities', loadChildren: './+community-page/community-page.module#CommunityPageModule' },
{ path: 'collections', loadChildren: './+collection-page/collection-page.module#CollectionPageModule' },
{ path: 'items', loadChildren: './+item-page/item-page.module#ItemPageModule' },
{ path: 'search', loadChildren: './+search-page/search-page.module#SearchPageModule' },
{ path: '**', pathMatch: 'full', component: PageNotFoundComponent },
])
],