I am new with angular and angular animation and I want to understand something.
I've created an animation on a list of item (on enter / on leave). For each item, I use a custom component. And to make the animation working, I have to wrap the component inside a div.
Is it a limitation ? Or can I do something to make the animation working with the "main" div of the custom component ?