Quellcode durchsuchen

[update]

過去帳編集のディレクトリを更新
poohr vor 3 Wochen
Ursprung
Commit
fdc5cca504
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4
    4
      src/app/app.routes.ts

+ 4
- 4
src/app/app.routes.ts Datei anzeigen

3
 import { DankaList } from './pages/danka-list/danka-list';
3
 import { DankaList } from './pages/danka-list/danka-list';
4
 import { DankaDetail } from './pages/danka-detail/danka-detail';
4
 import { DankaDetail } from './pages/danka-detail/danka-detail';
5
 import { DankaEdit } from './pages/danka-edit/danka-edit';
5
 import { DankaEdit } from './pages/danka-edit/danka-edit';
6
-import {FamilyEdit} from './pages/family-edit/family-edit';
6
+import { FamilyEdit } from './pages/family-edit/family-edit';
7
 
7
 
8
 import { KakochoEdit } from './pages/kakocho-edit/kakocho-edit';
8
 import { KakochoEdit } from './pages/kakocho-edit/kakocho-edit';
9
 
9
 
37
     component: FamilyEdit,
37
     component: FamilyEdit,
38
   },
38
   },
39
   {
39
   {
40
-    path: 'kakocho-edit/:dankaId',
40
+    path: 'danka/:dankaId/kakocho-new',
41
     component: KakochoEdit,
41
     component: KakochoEdit,
42
   },
42
   },
43
   {
43
   {
44
-    path: 'kakocho-edit/:dankaId/:kakochoId',
44
+    path: 'danka/:dankaId/kakocho/:kakochoId/edit',
45
     component: KakochoEdit,
45
     component: KakochoEdit,
46
-  }
46
+  },
47
 ];
47
 ];

Laden…
Abbrechen
Speichern