[Ivy] Compile Error with ngx-charts
See original GitHub issueπ bug report
Affected Package
Ivy Template Compiler
Is this a regression?
"angularCompilerOptions": {
"enableIvy": true // no work
"enableIvy": false // work
}
Description
Doesnβt compile project
π¬ Minimal Reproduction
https://github.com/vdumbrav/angular-ivy-ngx-charts
π₯ Exception or Error
https://i.ibb.co/z5VZn7M/Screenshot-2019-05-16-16-42-06.png https://pastebin.com/PRVaP7n9
π Your Environment
Angular Version: Angular CLI: 8.0.0-rc.4 Node: 10.15.3 OS: linux x64 Angular: 8.0.0-rc.4 β¦ animations, cli, common, compiler, compiler-cli, core, forms β¦ language-service, platform-browser, platform-browser-dynamic β¦ router, service-worker
Package Version
@angular-devkit/architect 0.800.0-rc.4 @angular-devkit/build-angular 0.800.0-rc.4 @angular-devkit/build-optimizer 0.800.0-rc.4 @angular-devkit/build-webpack 0.800.0-rc.4 @angular-devkit/core 8.0.0-rc.4 @angular-devkit/schematics 8.0.0-rc.4 @angular/pwa 0.12.4 @ngtools/webpack 8.0.0-rc.4 @schematics/angular 8.0.0-rc.4 @schematics/update 0.800.0-rc.4 rxjs 6.4.0 typescript 3.4.5 webpack 4.30.0
Anything else relevant?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:12
- Comments:16 (5 by maintainers)
This is caused by a bug in the template compiler, see #32061, for which I opened a fix in #33555.
I have not targeted that PR to fix this issue, as I have not confirmed that there arenβt additional issues with ngcc that may still cause breakages.
Actually, this might be an issue with ngcc.