[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

@@ -17,3 +17,5 @@
export * from './apps-list.component';
export * from './select-apps-dialog-component';
export * from './apps-list.module';

View File

@@ -19,3 +19,5 @@ export * from './task-attachment-list.component';
export * from './process-attachment-list.component';
export * from './create-process-attachment.component';
export * from './create-task-attachment.component';
export * from './attachment.module';

View File

@@ -17,3 +17,5 @@
export * from './attach-file-widget.component';
export * from './attach-folder-widget.component';
export * from './content-widget.module';

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

View File

@@ -25,3 +25,5 @@ export * from './interfaces/perform-search-callback.interface';
export * from './directives/people-search-action-label.directive';
export * from './directives/people-search-title.directive';
export * from './people.module';

View File

@@ -16,3 +16,5 @@
*/
export * from './process-comments.component';
export * from './process-comments.module';

View File

@@ -34,3 +34,5 @@ export * from './models/process-definition.model';
export * from './models/process-instance.model';
export * from './models/process-instance-filter.model';
export * from './models/process-instance-variable.model';
export * from './process-list.module';

View File

@@ -38,3 +38,5 @@ export * from './models/task-details.model';
export * from './models/task-list.model';
export * from './models/user-event.model';
export * from './models/user-group.model';
export * from './task-list.module';