mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2588] make comment component compatible with content (#3128)
This commit is contained in:
committed by
Eugenio Romano
parent
f985dd11d5
commit
653a510a5c
@@ -20,13 +20,12 @@ import { NgModule } from '@angular/core';
|
||||
import { FlexLayoutModule } from '@angular/flex-layout';
|
||||
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { FormModule } from '@alfresco/adf-core';
|
||||
import { FormModule, CommentsModule } from '@alfresco/adf-core';
|
||||
import { MaterialModule } from '../material.module';
|
||||
|
||||
import { ProcessCommentsModule } from '../process-comments/process-comments.module';
|
||||
import { CardViewModule, DataColumnModule, DataTableModule, DirectiveModule, PipeModule } from '@alfresco/adf-core';
|
||||
import { TaskListModule } from '../task-list/task-list.module';
|
||||
import { PeopleModule } from '../people/people.module';
|
||||
import { CommentsModule } from '../comments/comments.module';
|
||||
import { ContentWidgetModule } from '../content-widget/content-widget.module';
|
||||
|
||||
import { ProcessAuditDirective } from './components/process-audit.directive';
|
||||
@@ -57,7 +56,8 @@ import { ProcessFilterService } from './services/process-filter.service';
|
||||
DirectiveModule,
|
||||
PeopleModule,
|
||||
CommentsModule,
|
||||
ContentWidgetModule
|
||||
ContentWidgetModule,
|
||||
ProcessCommentsModule
|
||||
],
|
||||
declarations: [
|
||||
ProcessInstanceListComponent,
|
||||
@@ -82,4 +82,5 @@ import { ProcessFilterService } from './services/process-filter.service';
|
||||
StartProcessInstanceComponent
|
||||
]
|
||||
})
|
||||
export class ProcessListModule {}
|
||||
export class ProcessListModule {
|
||||
}
|
||||
|
Reference in New Issue
Block a user