| | |
| | | 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'; |
| | | |
| | | // Statics |
| | | import 'rxjs/add/observable/throw'; |
| | |
| | | UserLoginComponent, |
| | | ReportComponent, |
| | | ForecastingWarningComponent, |
| | | PollutionManagementComponent |
| | | PollutionManagementComponent, |
| | | MonitorpointComponent, |
| | | CalendarComponent, |
| | | AnalysisComponent |
| | | ], |
| | | providers: [ |
| | | _HttpClient, |