Skip to content

docs: clarify animate.leave child animation behavior - #70156

Open
thePunderWoman wants to merge 1 commit into
angular:mainfrom
thePunderWoman:leave-animation-clarification
Open

docs: clarify animate.leave child animation behavior#70156
thePunderWoman wants to merge 1 commit into
angular:mainfrom
thePunderWoman:leave-animation-clarification

Conversation

@thePunderWoman

Copy link
Copy Markdown
Contributor

This updates the docs to be explicit about animate.leave and nested element removal order. It clearly specifies that animate.leave will only fire nested animations within the same component template.

closes: #70131

@thePunderWoman thePunderWoman added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release area: docs Related to the documentation labels Aug 11, 2026
@ngbot ngbot Bot added this to the Backlog milestone Aug 11, 2026
This updates the docs to be explicit about `animate.leave` and nested element removal order. It clearly specifies that `animate.leave` will only fire nested animations within the same component template.

closes: angular#70131
@thePunderWoman
thePunderWoman force-pushed the leave-animation-clarification branch from 375daf6 to fd69976 Compare August 11, 2026 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: docs Related to the documentation target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

animate.leave is skipped when the removed node is a child component (leave class never applied)

2 participants