[ACS-8085] Insights module as standalone (#9768)

This commit is contained in:
Denys Vuika
2024-06-06 09:25:46 -04:00
committed by GitHub
parent a33c1663d4
commit b9399d3f06
140 changed files with 1267 additions and 796 deletions

View File

@@ -88,7 +88,8 @@ import { FolderDirectiveModule } from './folder-directive';
NgChartsModule,
AppCloudSharedModule,
MonacoEditorModule.forRoot(),
FolderDirectiveModule
FolderDirectiveModule,
ShowDiagramComponent
],
declarations: [
AppComponent,
@@ -98,7 +99,6 @@ import { FolderDirectiveModule } from './folder-directive';
SearchBarComponent,
SearchResultComponent,
ProcessServiceComponent,
ShowDiagramComponent,
FormViewerComponent,
FormNodeViewerComponent,
AppsViewComponent,