| | |
| | | import { ReportComponent } from './report/report.component'; |
| | | import { UserLoginComponent } from 'app/routes/passport/login/login.component'; |
| | | |
| | | import { PollutionManagementComponent } from 'app/routes/pollution/management/management.component'; |
| | | |
| | | const routes: Routes = [ |
| | | { |
| | |
| | | { path: 'devices', loadChildren: './devices/devices.module#DevicesModule' }, |
| | | { path: 'sensors', loadChildren: './sensors/sensors.module#SensorsModule' }, |
| | | { path: 'systems', loadChildren: './systems/systems.module#SystemsModule' }, |
| | | { path: 'reports', loadChildren: './reports/reports.module#ReportsModule' } |
| | | { path: 'reports', loadChildren: './reports/reports.module#ReportsModule' }, |
| | | |
| | | { path: 'pollution/management', component: PollutionManagementComponent } |
| | | ] |
| | | }, // passport |
| | | { |