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
Error: Error encountered resolving symbol values statically. Calling function 'animateFactory', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function,
I have the same issue, and i'm encountering it right when i'm done with my project and building for production 🤦🏾♂. I think this project is dead. https://github.com/ackerapple/ack-angular-fx seems like a worthwhile alternative to this, and the above error has been fixed in it. I havent used it though, but i sure wish i had found that before this repo.
I get this error
Error: Error encountered resolving symbol values statically. Calling function 'animateFactory', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function,
I followed the exact instructions.
import {animateFactory} from "ng2-animate"; @Component({ selector: 'page-dashboard', templateUrl: 'dashboard.html', animations:[animateFactory(800,100,'ease-in')] })
Any ideas why this is happening?
The text was updated successfully, but these errors were encountered: