Meteor 1.10.1 breaks Angular integration when AOT is enabled

Hi all :slightly_smiling_face:

Do you also get the following “Error” during build:

node_modules/@angular/platform-browser/platform-browser.ngfactory.ts (26, 25): Expected 1 arguments, but got 3.
node_modules/@angular/platform-browser/animations/animations.ngfactory.ts (29, 25): Expected 1 arguments, but got 3.
node_modules/@angular/platform-browser/animations/animations.ngfactory.ts (74, 25): Expected 1 arguments, but got 3.
client/imports/app/app.module.ngfactory.ts (129, 25): Expected 1 arguments, but got 3.

everything works but i’m still curious where this comes from

Thanks,
Michael

Hi @mibto are you able to solve this issue? I’m also getting the same error

@anoop0567 Unfortunately it is not solved yet but i’m working with @Urigo on this.