ng-lottie
ng-lottie copied to clipboard
Cannot read property 'nativeElement' of undefined
at LottieAnimationViewComponent.ngOnInit (lottieAnimationView.component.ts:30)
maybe ngAfterViewInit
is better then ngOnInit
me too!
LottieAnimationViewComponent.ngOnInit is "nativeElement" Thanks to ngAfterViewInit! thanks
@salada17 take a look at my pull request #85 , maybe there is more changes to do.