Revize 5aeb60a5
Přidáno uživatelem Martin Lácha před téměř 4 roky(ů)
- ID 5aeb60a5db1282041bf0d5500a1a994c75439472
- Rodič 57b9509e
src/app/app-routing.module.ts | ||
---|---|---|
6 | 6 |
import {RoleGuard} from './auth/guards/role.guard'; |
7 | 7 |
import {AdministrationComponent} from './administration/components/administration.component'; |
8 | 8 |
import {SensorComponent} from './sensor/components/sensor.component'; |
9 |
import {SettingComponent} from "./setting/component/setting.component"; |
|
9 | 10 |
|
10 | 11 |
const routes: Routes = [ |
11 | 12 |
{ |
... | ... | |
37 | 38 |
path: 'login', |
38 | 39 |
component: LoginComponent, |
39 | 40 |
pathMatch: 'full', |
41 |
},{ |
|
42 |
path: 'setting', |
|
43 |
component: SettingComponent, |
|
44 |
pathMatch: 'full', |
|
40 | 45 |
} |
41 | 46 |
]; |
42 | 47 |
|
Také k dispozici: Unified diff
Re #8621 - Návrh modelu dashboardu