1
0

50434: Metadata Registry read-only

This commit is contained in:
Kristof De Langhe
2018-03-16 14:51:03 +01:00
parent 779015d16e
commit 70256c7f80
11 changed files with 228 additions and 3 deletions

View File

@@ -12,6 +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: '**', pathMatch: 'full', component: PageNotFoundComponent },
])
],