[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

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