Open BillyBlaze opened 6 years ago
Had to downgrade to 0.3.1 in order to use this in our Angular 7 app.
I'm having the same issue. Sorry for the newbie question but, how can I downgrade ir to 0.3.1 version?
Same issue. This package is abandoned, you can use ngx-lottie instead.
Hi,
Our jest unit-tests are failing when upgrading to the latest 0.3.2 version. After some investigating, it seems like 0.3.2 is released with a broken UMD module. It seems like webpack was unable to resolve
lottieAnimationView.component
and throws an error.Broken version: https://unpkg.com/ng-lottie@0.3.2/dist/umd/LottieAnimationView.js Working version: https://unpkg.com/ng-lottie@0.3.1/dist/umd/LottieAnimationView.js
On line 77 of the 0.3.2 you can see that module was unable to be resolved and in 0.3.1 it was resolved.