Tim Gaines

Results 5 comments of Tim Gaines

Also, running `ng build --prod --aot` for Ahead-of-Time compilation throws this error: ``` ERROR in /node_modules/lottie-angular2/dist/esm/src/lottieAnimationView.component.ngfactory.ts (1,1): Property 'viewWidth' is private and only accessible within class 'LottieAnimationViewComponent'. /node_modules/lottie-angular2/dist/esm/src/lottieAnimationView.component.ngfactory.ts (1,1): Property...

I can open up a separate issue for that if you'd like :)

After some research, I found out that private variables do not work in templates with AOT builds as they exist outside the component class. See [here](http://stackoverflow.com/questions/39378643/angular-2-ahead-of-time-compiler-must-i-make-all-class-properties-public/39379451#39379451) Let me know if...

@kinggolf you don’t get any errors when running the build command? I have the same specs, except node v14.17, and it installs successfully with —force but then errors out when...

I am alright now. I went ahead and changed the auth code to view everything. This may be something for the TODO list though. Thanks for sharing this.