Przeglądaj źródła

[add]

URLのディレクトリが空の時にダッシュボードに遷移するルートを追加
poohr 3 tygodni temu
rodzic
commit
74b00088d0
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4
    0
      src/app/app.routes.ts

+ 4
- 0
src/app/app.routes.ts Wyświetl plik

@@ -14,6 +14,10 @@ export const routes: Routes = [
14 14
     path: '',
15 15
     component: Dashboard,
16 16
   },
17
+  {
18
+    path: 'dashboard',
19
+    component: Dashboard,
20
+  },
17 21
   {
18 22
     path: 'danka-list',
19 23
     component: DankaList,

Ładowanie…
Anuluj
Zapisz