mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2586] change export org for AOT (#3170)
* change export org for AOT * update CLI and remove memory hack * remove unused import * right type
This commit is contained in:
@@ -15,31 +15,19 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
export * from './process.module';
|
||||
|
||||
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';
|
||||
|
||||
/** @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';
|
||||
|
||||
export * from './process-list';
|
||||
export * from './task-list';
|
||||
export * from './app-list';
|
||||
export * from './attachment';
|
||||
|
||||
/** @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';
|
||||
export * from './process-list/index';
|
||||
export * from './task-list/index';
|
||||
export * from './app-list/index';
|
||||
export * from './attachment/index';
|
||||
export * from './process-comments/index';
|
||||
export * from './people/index';
|
||||
export * from './content-widget/index';
|
||||
|
||||
export * from './process.module';
|
||||
|
Reference in New Issue
Block a user