| | |
| | | import { CalendarComponent } from './calendar/calendar.component'; |
| | | import { MonitorpointComponent } from './monitorpoint/monitorpoint.component'; |
| | | import { NzCalendarModule } from 'ng-zorro-antd'; |
| | | import { AqiDetailComponent } from './calendar/aqi-detail/aqi-detail.component'; |
| | | |
| | | const routes: Routes = [ |
| | | { |
| | |
| | | } |
| | | ]; |
| | | |
| | | const COMPONENT_NOROUNT = []; |
| | | const COMPONENT_NOROUNT = [ |
| | | AqiDetailComponent, |
| | | ]; |
| | | |
| | | @NgModule({ |
| | | imports: [ |
| | |
| | | ...COMPONENT_NOROUNT, |
| | | AnalysisComponent, |
| | | CalendarComponent, |
| | | MonitorpointComponent |
| | | MonitorpointComponent, |
| | | ], |
| | | entryComponents: COMPONENT_NOROUNT |
| | | }) |