| | |
| | | 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 { 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 |
| | |
| | | ReportComponent, |
| | | ForecastingWarningComponent, |
| | | PollutionManagementComponent, |
| | | MonitorpointComponent, |
| | | CalendarComponent, |
| | | AnalysisComponent, |
| | | // MonitorpointComponent, |
| | | // CalendarComponent, |
| | | // AnalysisComponent, |
| | | EnvironmentManagementComponent |
| | | ], |
| | | providers: [ |