I'm trying to trigger an animation when the parameters for a component change, but can only make the animation execute for the first time the component is routed to. All subsequent navigations to that component with different parameters do not trigger the animation.
See this plunker, for example.
When navigating from
/home
to
/home/animated/1
the animation is executing. If only the ID changes, e.g.
/home/animated/2
nothing happens at all. What am I missing or is this intended behavior?