[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

@@ -16,3 +16,5 @@
*/
export * from './app-config.service';
export * from './app-config.module';

View File

@@ -28,3 +28,5 @@ export * from './validators/card-view.validators';
export * from './models/card-view.models';
export * from './services/card-view.services';
export * from './directives/card-view-content-proxy.directive';
export * from './card-view.module';

View File

@@ -17,3 +17,5 @@
export * from './accordion-group.component';
export * from './accordion.component';
export * from './collapsable.module';

View File

@@ -17,3 +17,5 @@
export * from './comment-list.component';
export * from './comments.component';
export * from './comments.module';

View File

@@ -17,3 +17,5 @@
export * from './data-column-list.component';
export * from './data-column.component';
export * from './data-column.module';

View File

@@ -29,7 +29,7 @@ import { DataRowEvent } from '../../data/data-row-event.model';
import { DataRow } from '../../data/data-row.model';
import { DataSorting } from '../../data/data-sorting.model';
import { DataTableAdapter } from '../../data/datatable-adapter';
import { ThumbnailService } from '../../../services';
import { ThumbnailService } from '../../../services/thumbnail.service';
import { ObjectDataRow } from '../../data/object-datarow.model';
import { ObjectDataTableAdapter } from '../../data/object-datatable-adapter';

View File

@@ -39,3 +39,5 @@ export * from './components/datatable/location-cell.component';
export * from './directives/loading-template.directive';
export * from './directives/no-content-template.directive';
export * from './directives/no-permission-template.directive';
export * from './datatable.module';

View File

@@ -22,3 +22,5 @@ export * from './node-favorite.directive';
export * from './node-permission.directive';
export * from './node-restore.directive';
export * from './upload.directive';
export * from './directive.module';

View File

@@ -30,3 +30,5 @@ export * from './services/process-content.service';
export * from './services/activiti-alfresco.service';
export * from './events/index';
export * from './form.module';

View File

@@ -15,53 +15,33 @@
* limitations under the License.
*/
export * from './viewer/index';
export * from './userinfo/index';
export * from './toolbar/index';
export * from './settings/index';
export * from './pagination/index';
export * from './login/index';
export * from './language-menu/index';
export * from './info-drawer/index';
export * from './sidebar/index';
export * from './data-column/index';
export * from './datatable/index';
export * from './context-menu/index';
export * from './collapsable/index';
export * from './card-view/index';
export * from './app-config/index';
export * from './form/index';
export * from './sidenav-layout/index';
export * from './comments/index';
export * from './pipes/index';
export * from './services/index';
export * from './directives/index';
export * from './utils/index';
export * from './interface/index';
export * from './models/index';
export * from './events/index';
export * from './mock/index';
export * from './core.module';
export * from './viewer/viewer.module';
export * from './userinfo/userinfo.module';
export * from './toolbar/toolbar.module';
export * from './settings/host-settings.module';
export * from './pagination/pagination.module';
export * from './login/login.module';
export * from './language-menu/language-menu.module';
export * from './info-drawer/info-drawer.module';
export * from './data-column/data-column.module';
export * from './datatable/datatable.module';
export * from './context-menu/context-menu.module';
export * from './collapsable/collapsable.module';
export * from './card-view/card-view.module';
export * from './app-config/app-config.module';
export * from './form/form.module';
export * from './sidenav-layout/sidenav-layout.module';
export * from './pipes/pipe.module';
export * from './directives/directive.module';
export * from './comments/comments.module';
export * from './viewer';
export * from './userinfo';
export * from './toolbar';
export * from './settings';
export * from './pagination';
export * from './login';
export * from './language-menu';
export * from './info-drawer';
export * from './sidebar';
export * from './data-column';
export * from './datatable';
export * from './context-menu';
export * from './collapsable';
export * from './card-view';
export * from './app-config';
export * from './form';
export * from './sidenav-layout';
export * from './comments';
export * from './pipes';
export * from './services';
export * from './directives';
export * from './utils';
export * from './interface';
export * from './models';
export * from './events';
export * from './mock';

View File

@@ -17,3 +17,5 @@
export * from './info-drawer-layout.component';
export * from './info-drawer.component';
export * from './info-drawer.module';

View File

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

View File

@@ -19,3 +19,5 @@ export * from './pagination.component';
export * from './infinite-pagination.component';
export * from './paginated-component.interface';
export * from './pagination-component.interface';
export * from './pagination.module';

View File

@@ -21,3 +21,5 @@ export * from './node-name-tooltip.pipe';
export * from './text-highlight.pipe';
export * from './time-ago.pipe';
export * from './user-initial.pipe';
export * from './pipe.module';

View File

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

View File

@@ -16,3 +16,5 @@
*/
export * from './components/sidenav-layout/sidenav-layout.component';
export * from './sidenav-layout.module';

View File

@@ -18,3 +18,5 @@
export * from './toolbar-divider.component';
export * from './toolbar-title.component';
export * from './toolbar.component';
export * from './toolbar.module';

View File

@@ -18,3 +18,5 @@
export * from './components/user-info.component';
export * from './services/bpm-user.service';
export * from './services/ecm-user.service';
export * from './userinfo.module';

View File

@@ -31,3 +31,5 @@ export * from './components/viewer-toolbar-actions.component';
export * from './components/viewer.component';
export * from './directives/viewer-extension.directive';
export * from './viewer.module';