angular/packages/animations/browser/test
Matthieu Riegler a14bdfe859 fix(animations): Ensure elements are removed from the cache after leave animation. (#50929)
This commit fixes a memory leak.

`_namespaceLookup` was cleared before the call to `processLeaveNode()` which was using the lookup.
Without that lookup `clearElementCache()` wasn't called thus keeping a reference to the element.

Fixes #24197 & #50533

PR Close #50929
2023-07-11 08:28:10 -07:00
..
dsl refactor(animations): refactor non-animatable check to be timeline based (#46666) 2022-07-12 22:36:22 +00:00
render fix(animations): Ensure elements are removed from the cache after leave animation. (#50929) 2023-07-11 08:28:10 -07:00
BUILD.bazel refactor: update animations tests to work with ESM output (#48521) 2022-12-19 19:50:42 +00:00
shared.ts fix(animations): allow animations with unsupported CSS properties (#44729) 2022-02-23 08:57:57 -08:00