| | |
| | | import { DashboardAnalysisComponent } from './dashboard/analysis/analysis.component'; |
| | | import { DashboardMonitorComponent } from './dashboard/monitor/monitor.component'; |
| | | import { DashboardWorkplaceComponent } from './dashboard/workplace/workplace.component'; |
| | | import { ForecastingWarningComponent } from './forecasting-warning/forecasting-warning.component'; |
| | | import { ReportComponent } from './report/report.component'; |
| | | import { PollutionManagementComponent } from './pollution/management/management.component'; |
| | | import { MonitorpointComponent } from './statistics/monitorpoint/monitorpoint.component'; |
| | | import { CalendarComponent } from './statistics/calendar/calendar.component'; |
| | | import { AnalysisComponent } from './statistics/analysis/analysis.component'; |
| | | import { EnvironmentManagementComponent } from './environment/management/management.component'; |
| | | |
| | | // Statics |
| | | import 'rxjs/add/observable/throw'; |
| | |
| | | DashboardWorkplaceComponent, |
| | | UserLoginComponent, |
| | | ReportComponent, |
| | | PollutionManagementComponent |
| | | ForecastingWarningComponent, |
| | | PollutionManagementComponent, |
| | | MonitorpointComponent, |
| | | CalendarComponent, |
| | | AnalysisComponent, |
| | | EnvironmentManagementComponent |
| | | ], |
| | | providers: [ |
| | | _HttpClient, |