Versions
"apollo-angular": "1.5.0"
Angular CLI: 8.1.2
Node: 10.15.3
OS: linux x64
Angular: 8.1.2
... animations, cli, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router, service-worker
@angular-devkit/architect 0.801.2
@angular-devkit/build-angular 0.801.2
@angular-devkit/build-optimizer 0.801.2
@angular-devkit/build-webpack 0.801.2
@angular-devkit/core 8.1.2
@angular-devkit/schematics 8.1.2
@angular/cdk 8.1.1
@angular/flex-layout 8.0.0-beta.26
@angular/material 8.1.1
@angular/material-moment-adapter 8.1.1
@ngtools/webpack 8.1.2
@schematics/angular 8.1.2
@schematics/update 0.801.2
rxjs 6.5.2
typescript 3.4.5
webpack 4.35.2
"angularCompilerOptions": {
"enableIvy": true,
"allowEmptyCodegenFiles": true
}
When running the command ng build, with ivy active, I get the following error in terminal
WARNING in Entry point 'apollo-angular-link-http' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point 'apollo-angular/testing' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point 'apollo-angular/testing' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point 'apollo-angular-link-http' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point 'apollo-angular/testing' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point 'apollo-angular-link-http' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point 'apollo-angular/testing' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point 'apollo-angular-link-http' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point 'apollo-angular/testing' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point 'apollo-angular-link-http' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point 'apollo-angular/testing' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point 'apollo-angular-link-http' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point 'apollo-angular/testing' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point 'apollo-angular-link-http' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point 'apollo-angular/testing' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point 'apollo-angular-link-http' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point 'apollo-angular/testing' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point 'apollo-angular-link-http' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point 'apollo-angular/testing' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point 'apollo-angular-link-http' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point 'apollo-angular/testing' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point 'apollo-angular-link-http' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Unknown member type: "[key: string]: (data: any) => void;
ERROR in Cannot combine @Input decorators with query decorators

Could you check v1.7.0?
@kamilkisiela updated to v1.7.0 but still still showing warning apollo-angular-link-http


Yeah but it's a warning. It's not breaking the build or anything. I will release a new version soon.
@GlauberF I release 1.9.0
Thanks @kamilkisiela
@kamilkisiela the most recent version of apollo-angular-link-http-batch is 1.7.0 (I don't see 1.9.0 as you mentioned above). 1.7.0 still has the deep import issue. This is causing Angular 9 AOT build to get stuck on compiling this library
Compiling apollo-angular-link-http-batch : module as esm5
WARNING in Entry point 'apollo-angular-link-http-batch' contains deep imports into 'node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
Most helpful comment
@kamilkisiela the most recent version of apollo-angular-link-http-batch is 1.7.0 (I don't see 1.9.0 as you mentioned above). 1.7.0 still has the deep import issue. This is causing Angular 9 AOT build to get stuck on compiling this library
Compiling apollo-angular-link-http-batch : module as esm5WARNING in Entry point 'apollo-angular-link-http-batch' contains deep imports into 'node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.