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