|
|
|
@ -49,6 +49,7 @@ import { NzRadioModule } from 'ng-zorro-antd/radio';
|
|
|
|
|
import { HuangHaiConfigComponent } from './host-config/huang-hai-config/huang-hai-config.component'; |
|
|
|
|
import { ImageLabelAnxinComponent } from './image-label-anxin/image-label-anxin.component'; |
|
|
|
|
import { AnxinConfigComponent } from './host-config/anxin-config/anxin-config.component'; |
|
|
|
|
import { DragDropModule } from '@angular/cdk/drag-drop'; |
|
|
|
|
@NgModule({ |
|
|
|
|
declarations: [ |
|
|
|
|
OrganizationComponent, |
|
|
|
@ -104,6 +105,7 @@ import { AnxinConfigComponent } from './host-config/anxin-config/anxin-config.co
|
|
|
|
|
NzTabsModule, |
|
|
|
|
NzPopconfirmModule, |
|
|
|
|
NzRadioModule, |
|
|
|
|
DragDropModule, |
|
|
|
|
], |
|
|
|
|
entryComponents: [ |
|
|
|
|
AddorComponent, |
|
|
|
|