Pretty straight forward question I hope. Is there a way using angular animations syntax to animate any height or position changes on an element?
For example if a DOM element is removed causing another element to shift up, can the shift up be animated without having to set a state variable?
<div [@positionChange]></div>
Or something similar without state.
thanks in advance.