| | |
| | | import { UserLoginComponent } from './passport/login/login.component'; |
| | | import { DateService } from '@business/services/util/date.service'; |
| | | import { _HttpClient } from '@delon/theme'; |
| | | import { NgModule } from '@angular/core'; |
| | |
| | | import { DashboardAnalysisComponent } from './dashboard/analysis/analysis.component'; |
| | | import { DashboardMonitorComponent } from './dashboard/monitor/monitor.component'; |
| | | import { DashboardWorkplaceComponent } from './dashboard/workplace/workplace.component'; |
| | | import { ReportComponent } from './report/report.component'; |
| | | // Statics |
| | | import 'rxjs/add/observable/throw'; |
| | | |
| | |
| | | import 'rxjs/add/operator/switchMap'; |
| | | import 'rxjs/add/operator/toPromise'; |
| | | import 'rxjs/add/operator/filter'; |
| | | import 'rxjs/add/operator/last'; |
| | | import 'rxjs/add/operator/delay'; |
| | | |
| | | @NgModule({ |
| | | imports: [ SharedModule, RouteRoutingModule ], |
| | |
| | | DashboardAnalysisComponent, |
| | | DashboardMonitorComponent, |
| | | DashboardWorkplaceComponent, |
| | | UserLoginComponent, |
| | | ReportComponent |
| | | ], |
| | | providers: [ |
| | | _HttpClient, |