|
|
@@ -4,8 +4,8 @@ import { DankaList } from './pages/danka-list/danka-list';
|
|
4
|
4
|
import { DankaDetail } from './pages/danka-detail/danka-detail';
|
|
5
|
5
|
import { DankaEdit } from './pages/danka-edit/danka-edit';
|
|
6
|
6
|
import { FamilyEdit } from './pages/family-edit/family-edit';
|
|
7
|
|
-
|
|
8
|
7
|
import { KakochoEdit } from './pages/kakocho-edit/kakocho-edit';
|
|
|
8
|
+import {MemorialList} from './pages/memorial-list/memorial-list';
|
|
9
|
9
|
|
|
10
|
10
|
export const routes: Routes = [
|
|
11
|
11
|
{
|
|
|
@@ -44,4 +44,8 @@ export const routes: Routes = [
|
|
44
|
44
|
path: 'danka/:dankaId/kakocho/:kakochoId/edit',
|
|
45
|
45
|
component: KakochoEdit,
|
|
46
|
46
|
},
|
|
|
47
|
+ {
|
|
|
48
|
+ path: 'memorial-list',
|
|
|
49
|
+ component:MemorialList,
|
|
|
50
|
+ },
|
|
47
|
51
|
];
|