I\'m trying to make a simple animation like the simple jQuery below
animate({\'left\' : left_indent})
I\'m using the Angular2 Animations bu
The accepted answer doesn't work for me with Angular 4.4.6
You have to wrap the param values in the template in an object params
params
Replace:
With: