angular/packages/animations/browser/test/render
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
..
web_animations refactor(platform-browser): Remove BrowserDetection (#50411) 2023-05-30 13:06:28 -07:00
timeline_animation_engine_spec.ts perf(animations): made errors in the animations package tree shakeable (#45004) 2022-02-09 11:43:42 -08:00
transition_animation_engine_spec.ts fix(animations): Ensure elements are removed from the cache after leave animation. (#50929) 2023-07-11 08:28:10 -07:00