There's an ongoing issue on the repository here, but I wanted to see if anyone here could help as well.
I am trying to programmatically trigger an animation from a Directive. However, when using Renderer.animate
, I receive the following error:
Renderer.animate is no longer supported!
And when using Renderer.invokeElementMethod
, I encounter this error:
Cannot read property 'apply' of undefined
Does anyone have a suggestion on how I can accomplish this?