You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m trying to use AnimationBuilder in a child component, but it fails when bundling with webpack and aot (testing Win10/Android). The parent component uses:
Everything works, but when I use AOT with webpack the animation is not working - everything else is fine.
$ tns run android > animation is working ok $ tns run android --env.aot > animation is working ok $ tns run android --bundle > animation is working ok $ tns run android --bundle --env.aot > animation is NOT working
From @berchik on January 21, 2018 13:14
I’m trying to use AnimationBuilder in a child component, but it fails when bundling with webpack and aot (testing Win10/Android). The parent component uses:
The child component (item-full-info) has this animation method fired on
ngOnChanges
:Everything works, but when I use AOT with webpack the animation is not working - everything else is fine.
$ tns run android
> animation is working ok$ tns run android --env.aot
> animation is working ok$ tns run android --bundle
> animation is working ok$ tns run android --bundle --env.aot
> animation is NOT workingpackage.json:
Copied from original issue: NativeScript/nativescript-dev-webpack#413
The text was updated successfully, but these errors were encountered: