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
{{ message }}
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
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
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:
The text was updated successfully, but these errors were encountered: