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
@@ -21,7 +21,12 @@ export * from './process-list/process-list.module';
|
||||
export * from './task-list/task-list.module';
|
||||
export * from './app-list/apps-list.module';
|
||||
export * from './attachment/attachment.module';
|
||||
export * from './comments/comments.module';
|
||||
|
||||
/** @deprecated in 2.3.0, part of the module moved in the core */
|
||||
export { CommentsModule } from '@alfresco/adf-core';
|
||||
|
||||
export * from './process-comments/process-comments.module';
|
||||
|
||||
export * from './people/people.module';
|
||||
export * from './content-widget/content-widget.module';
|
||||
|
||||
@@ -29,6 +34,12 @@ export * from './process-list';
|
||||
export * from './task-list';
|
||||
export * from './app-list';
|
||||
export * from './attachment';
|
||||
export * from './comments';
|
||||
|
||||
/** @deprecated in 2.3.0, component moved in the core */
|
||||
export { CommentListComponent } from '@alfresco/adf-core';
|
||||
/** @deprecated in 2.3.0, component moved in the core */
|
||||
export { CommentsComponent } from '@alfresco/adf-core';
|
||||
|
||||
export * from './process-comments';
|
||||
export * from './people';
|
||||
export * from './content-widget';
|
||||
|
Reference in New Issue
Block a user