|
|
|
@ -22,6 +22,8 @@ import { DaOneselfPlanComponent } from './task/da-oneself-plan/da-oneself-plan.c
|
|
|
|
|
import { StationTaskExecutionComponent } from './task/station-task-execution/station-task-execution.component'; |
|
|
|
|
import { StationTaskApplyComponent } from './task/station-task-apply/station-task-apply.component'; |
|
|
|
|
import { StationWeeklyPlanComponent } from './task/station-weekly-plan/station-weekly-plan.component'; |
|
|
|
|
import { NzEmptyModule } from 'ng-zorro-antd/empty'; |
|
|
|
|
import { NzButtonModule } from 'ng-zorro-antd/button'; |
|
|
|
|
@NgModule({ |
|
|
|
|
declarations: [ |
|
|
|
|
NavComponent, |
|
|
|
@ -48,7 +50,9 @@ import { StationWeeklyPlanComponent } from './task/station-weekly-plan/station-w
|
|
|
|
|
HomeRoutingModule, |
|
|
|
|
NzLayoutModule, |
|
|
|
|
NzDropDownModule, |
|
|
|
|
NzIconModule |
|
|
|
|
NzIconModule, |
|
|
|
|
NzEmptyModule, |
|
|
|
|
NzButtonModule |
|
|
|
|
] |
|
|
|
|
}) |
|
|
|
|
export class HomeModule { } |
|
|
|
|