[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:
Eugenio Romano
2018-04-11 14:04:05 +01:00
committed by GitHub
parent 82da1f80b3
commit a4da697b7e
50 changed files with 162 additions and 135 deletions

View File

@@ -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';