xufenglei
2018-07-12 c292f295c9b516cbb9f7fbf587095f710378dbb0
src/app/routes/routes.module.ts
@@ -12,7 +12,10 @@
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';
@@ -35,7 +38,9 @@
        DashboardMonitorComponent,
        DashboardWorkplaceComponent,
        UserLoginComponent,
        ReportComponent
        ReportComponent,
        ForecastingWarningComponent,
        PollutionManagementComponent
    ],
    providers: [
        _HttpClient,