50434: Feedback 2018/03/16

This commit is contained in:
Kristof De Langhe
2018-03-19 14:13:02 +01:00
parent dd402506cc
commit c40cefbef6
13 changed files with 763 additions and 774 deletions

View File

@@ -12,7 +12,7 @@ import { PageNotFoundComponent } from './pagenotfound/pagenotfound.component';
{ 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: 'admin', loadChildren: './+admin-page/admin-page.module#AdminPageModule' },
{ path: 'admin', loadChildren: './+admin/admin.module#AdminModule' },
{ path: '**', pathMatch: 'full', component: PageNotFoundComponent },
])
],