40416: Start of file section

This commit is contained in:
Lotte Hofstede
2017-05-04 13:44:03 +02:00
parent d932b44a77
commit 86901fae2e
6 changed files with 41 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import { ItemPageComponent } from './item-page.component';
@NgModule({
imports: [
RouterModule.forChild([
{ path: 'item/:id', pathMatch: 'full', component: ItemPageComponent },
{ path: 'items/:id', pathMatch: 'full', component: ItemPageComponent },
])
]
})