|
|
|
@ -44,8 +44,9 @@ import { StatusMonitoringComponent } from './status-monitoring/status-monitoring
|
|
|
|
|
import { FileComponent } from './condition-monitoring/file/file.component'; |
|
|
|
|
import { ScriptComponent } from './status-monitoring/script/script.component'; |
|
|
|
|
import { VideoStreamingComponent } from './video-streaming/video-streaming.component'; |
|
|
|
|
import { DetailsComponent } from './video-streaming/details/details.component'; |
|
|
|
|
@NgModule({ |
|
|
|
|
declarations: [OrganizationComponent, NavigationComponent, AddorComponent, EditorComponent, AnalysisOfTheHostComponent, AddhostComponent, EdithostComponent, AddcameraComponent, EditcameraComponent, HostConfigComponent, ImageListComponent, ImageLabelComponent, PlottingImageComponent, cameraType, ImageLabel2Component, ConfigFormComponent, ConditionMonitoringComponent, SendFileComponent, ModelComponent, KafkaComponent, StatusMonitoringComponent, FileComponent, ScriptComponent, VideoStreamingComponent], |
|
|
|
|
declarations: [OrganizationComponent, NavigationComponent, AddorComponent, EditorComponent, AnalysisOfTheHostComponent, AddhostComponent, EdithostComponent, AddcameraComponent, EditcameraComponent, HostConfigComponent, ImageListComponent, ImageLabelComponent, PlottingImageComponent, cameraType, ImageLabel2Component, ConfigFormComponent, ConditionMonitoringComponent, SendFileComponent, ModelComponent, KafkaComponent, StatusMonitoringComponent, FileComponent, ScriptComponent, VideoStreamingComponent, DetailsComponent], |
|
|
|
|
imports: [ |
|
|
|
|
CommonModule, |
|
|
|
|
SystemRoutingModule, |
|
|
|
@ -70,7 +71,7 @@ import { VideoStreamingComponent } from './video-streaming/video-streaming.compo
|
|
|
|
|
NzTabsModule, |
|
|
|
|
NzPopconfirmModule |
|
|
|
|
], |
|
|
|
|
entryComponents: [AddorComponent, EditorComponent, AddhostComponent, EdithostComponent, AddcameraComponent, EditcameraComponent, SendFileComponent, ModelComponent, FileComponent,ScriptComponent] |
|
|
|
|
entryComponents: [AddorComponent, EditorComponent, AddhostComponent, EdithostComponent, AddcameraComponent, EditcameraComponent, SendFileComponent, ModelComponent, FileComponent, ScriptComponent, DetailsComponent] |
|
|
|
|
|
|
|
|
|
}) |
|
|
|
|
export class SystemManagementModule { } |
|
|
|
|