|
|
@@ -5,7 +5,8 @@ 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
|
7
|
import { KakochoEdit } from './pages/kakocho-edit/kakocho-edit';
|
|
8
|
|
-import {MemorialList} from './pages/memorial-list/memorial-list';
|
|
|
8
|
+import { MemorialList } from './pages/memorial-list/memorial-list';
|
|
|
9
|
+import { Search } from './pages/search/search';
|
|
9
|
10
|
|
|
10
|
11
|
export const routes: Routes = [
|
|
11
|
12
|
{
|
|
|
@@ -46,6 +47,10 @@ export const routes: Routes = [
|
|
46
|
47
|
},
|
|
47
|
48
|
{
|
|
48
|
49
|
path: 'memorial-list',
|
|
49
|
|
- component:MemorialList,
|
|
|
50
|
+ component: MemorialList,
|
|
|
51
|
+ },
|
|
|
52
|
+ {
|
|
|
53
|
+ path: 'search',
|
|
|
54
|
+ component: Search,
|
|
50
|
55
|
},
|
|
51
|
56
|
];
|