angular/integration/animations/e2e
Jessica Janiuk df659b8d0c feat(core): re-introduce nested leave animations scoped to component boundaries
This commit re-introduces support for nested leave animations with a critical adjustment to prevent cross-component blocking. Wait for nested inner `animate.leave` transitions natively only when they exist within the same component's view or its embedded tracking structures (like `@if` and `@for`).

This resolves the issue where route navigations and parental destruction would excessively stall by traversing down into child component architectures to wait for their distinct leaf animations.

BREAKING CHANGE: Leave animations are no longer limited to the element being removed.

Fixes #67633
2026-03-13 13:01:55 -06:00
..
src feat(core): re-introduce nested leave animations scoped to component boundaries 2026-03-13 13:01:55 -06:00
jasmine.json fix(core): Prevent removal of elements during drag and drop 2026-03-02 08:46:09 -08:00
setup.js fix(core): Prevent removal of elements during drag and drop 2026-03-02 08:46:09 -08:00
tsconfig.json fix(core): Prevent removal of elements during drag and drop 2026-03-02 08:46:09 -08:00