Cosmin Dumitrache

Results 6 comments of Cosmin Dumitrache

@mibto Thank you so much for updating the dependencies for angular-comilers and publishing to Atmosphere. One more question though. I'm trying to get AOT to work with meteor 1.10.1 but...

@mibto Thanks for the suggestion, but no luck with meteor 1.10.1 :( One strange thing is that when I try to add angular-compilers 0.3.4 it picks up other versions, not...

@aas395 You can try turning off [Ivy](https://angular.io/guide/ivy) as described here: https://forums.meteor.com/t/meteor-1-10-1-breaks-angular-integration-when-aot-is-enabled/52511 That will fix your problem but then you'll get a new problem: `compiler.ts:843:42: host.isSourceFile is not a function`

@SimonSimCity You are correct, patching the compiler host with an empty object tripped me up as well. I think the easiest fix for you to get rid of the analyzeModulesAsync...

I've published an [updated version of angular-compilers](https://github.com/cosmin-dumitrache/angular-meteor) that uses the disable Ivy trick. You can use it by replacing your dependency to angular-compilers with [digicore:angular-compilers](https://atmospherejs.com/digicore/angular-compilers) (version 0.4.2). Hopefully this will...

@ruiaraujo Hi, can you please merge this? I've ran into this issue with my setup as well and this pull request fixed it. EDIT: Actually, I am seeing an issue....