ACS-8320, ACS-8321: move content/process user info to demo shell (#9918)

This commit is contained in:
Denys Vuika
2024-07-09 07:59:20 -04:00
committed by GitHub
parent 3573df01ce
commit 1d6c431e43
25 changed files with 99 additions and 213 deletions

View File

@@ -67,6 +67,8 @@ import { CustomEditorComponent, CustomWidgetComponent } from './components/cloud
import { SearchFilterChipsComponent } from './components/search/search-filter-chips.component';
import { UserInfoComponent } from './components/app-layout/user-info/user-info.component';
import { FolderDirectiveModule } from './folder-directive';
import { ContentUserInfoModule } from './components/app-layout/user-info/content-user-info';
import { PROCESS_USER_INFO_DIRECTIVES } from './components/app-layout/user-info/process-user-info';
@NgModule({
imports: [
@@ -89,7 +91,9 @@ import { FolderDirectiveModule } from './folder-directive';
AppCloudSharedModule,
MonacoEditorModule.forRoot(),
FolderDirectiveModule,
ShowDiagramComponent
ShowDiagramComponent,
ContentUserInfoModule,
...PROCESS_USER_INFO_DIRECTIVES
],
declarations: [
AppComponent,