Open EricSimons opened 5 years ago
I tried to create an app with ivy and the new package localize
: https://stackblitz.com/edit/ivy-ovy4cd but it takes forever to load and finally fails with the error t._tfs.transpiledCache[Object(...)(...)] is undefined
edit: after reloading the app a few times and waiting super long, it finally worked!
Hi @EricSimons,
thank you for providing this issue to collect Ivy-related problems. I might have encountered an issue with Angular 9rc.9.
The following setup for Angular 9 & Ivy enabled shows an error: https://stackblitz.com/edit/ivy-not-working-reproduction-stackblitz-issue-1114 (now it is working see Update 2)
If Ivy is disabled in tsconfig.json
. The App is working fine.
If the angularCompilerOptions
are moved from tsconfig.json
to tsconfig.app.json
the app works fine. 🔥
### Original repo
~~The Blitz mentioned above is a simplified version of https://stackblitz.com/github/co-IT/ngrx-ducks-example-ivy. I removed as many dependencies as possible avoiding side effects caused by other libraries. The Angular App can be started locally without errors: https://github.com/co-IT/ngrx-ducks-example-ivy.~~
@GregOnNet would you mind sharing an NG9 SB project? That would be great!
Hi,
if you create a new Angular Project, you can activate Ivy in the settings.
It shouldn't be needed to configure Ivy manually anymore.
I hope the screenshot below helps.
Cheers Gregor
Tagging some related Angular Ivy issues for housekeeping purposes: #1227, #1229, #1663, #1843, #2541
Running into bugs/inconsistencies with Ivy on StackBlitz? Post the StackBlitz URL and repro description in this issue 💪