angular-cn/packages/animations/browser/src
crisbeto 697f6a55a5 fix(animations): not waiting for child animations to finish when removing parent in Ivy (#34702)
In #28162 we introduced an extra `removeNode` call for host elements which can cause the parent element to be removed before all child animations have finished. The issue is only in Ivy, because that the only place where we pass in the `isHostElement` flag. These changes fix the issue by not re-triggering the removal logic if the element has in-progress animations.

Fixes #33597.

PR Close #34702
2020-01-21 13:13:20 -05:00
..
dsl refactor: utilize type narrowing (#33075) 2019-10-10 15:18:44 -07:00
render fix(animations): not waiting for child animations to finish when removing parent in Ivy (#34702) 2020-01-21 13:13:20 -05:00
browser.ts refactor(platform-browser): move platform-browser/animations to animations/browser (#15130) 2017-03-14 11:55:49 -07:00
private_export.ts test: migrate remaining public-api tests to Bazel (#22639) 2018-03-09 09:11:40 -08:00
util.ts refactor: utilize type narrowing (#33075) 2019-10-10 15:18:44 -07:00