|
|
|
@ -31,6 +31,7 @@ import { NzMessageModule } from 'ng-zorro-antd/message';
|
|
|
|
|
import { NzSpinModule } from 'ng-zorro-antd/spin'; |
|
|
|
|
import { NzTreeModule } from 'ng-zorro-antd/tree'; |
|
|
|
|
import { NzCollapseModule } from 'ng-zorro-antd/collapse'; |
|
|
|
|
import { NzStepsModule } from 'ng-zorro-antd/steps'; |
|
|
|
|
import { TodayWarningAdminComponent } from './today-warning-admin/today-warning-admin.component'; |
|
|
|
|
import { CriminalRecordsAdminComponent } from './criminal-records-admin/criminal-records-admin.component'; |
|
|
|
|
import { EquipmentInfoComponent } from './equipment-info/equipment-info.component'; |
|
|
|
@ -78,8 +79,8 @@ import { GetOutOfLineDetailsComponent } from './today-warning/get-out-of-line-de
|
|
|
|
|
NzSpinModule, |
|
|
|
|
NzTreeModule, |
|
|
|
|
NzTreeSelectModule, |
|
|
|
|
NzCollapseModule |
|
|
|
|
|
|
|
|
|
NzCollapseModule, |
|
|
|
|
NzStepsModule |
|
|
|
|
], |
|
|
|
|
entryComponents: [AddequipmentComponent, EditequipmentComponent,GetOutOfLineDetailsComponent], |
|
|
|
|
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|
|
|
|