mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
70a5b651be
When dynamic components are rapidly added and removed with animate.leave and animate.enter, a leave animation might fire before the enter animation could, causing an element to be retained. This fix prevents that from occuring by clearing the enter animations in this case.
fixes: #66794
(cherry picked from commit c66a19f0de)