Angular 20.2 introduces new native animation helpers: animate.enter and animate.leave.
They make it easier to animate elements directly in the template using CSS or custom logic.
New features are designed to replace the angular/animations package, which is now deprecated starting from Angular 20.2.
In this short, you'll see how animate.enter and animate.leave work with CSS classes, property bindings, and event callbacks.
Watch my full video to learn more: • Angular 20.2: New Native Animations