angular/packages/animations/browser/src
arturovt a02a745a4a fix(animations): remove finish listener once player is destroyed (#51136)
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
2023-11-02 10:29:38 -07:00
..
dsl build: align with internal tsconfig options (#51728) 2023-09-12 11:39:42 -07:00
render fix(animations): remove finish listener once player is destroyed (#51136) 2023-11-02 10:29:38 -07:00
browser.ts refactor(animations): deprecation of AnimationDriver.NOOP (#51843) 2023-09-22 12:15:45 -07:00
create_engine.ts feat(animations): Add the possibility of lazy loading animations code. (#50738) 2023-09-29 10:49:39 -07:00
error_helpers.ts refactor(animations): make AnimationBuilder tree-shakable (#52097) 2023-10-12 18:13:22 +02:00
private_export.ts feat(animations): Add the possibility of lazy loading animations code. (#50738) 2023-09-29 10:49:39 -07:00
util.ts refactor(animations): remove Domino specific logic (#49630) 2023-04-05 11:42:57 -07:00
warning_helpers.ts refactor(core): Remove NG_DEV_MODE const (#49530) 2023-03-22 15:31:48 -07:00