mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
03f4050636
This commit removes the `finish` listener from the Animation object once the animation is finished, effectively resolving a memory leak. Previously, the `finish` listener captured `this`, which prevented `this` from being garbage collected. PR Close #51136