angular/packages/animations/browser
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
..
src fix(animations): Ensure elements are removed from the cache after leave animation. (#50929) 2023-07-11 08:28:10 -07:00
test fix(animations): Ensure elements are removed from the cache after leave animation. (#50929) 2023-07-11 08:28:10 -07:00
testing refactor(animations): Fix JSDoc comment (#50893) 2023-06-30 11:49:29 -07:00
BUILD.bazel build: reformat BUILD files (#48181) 2022-11-22 21:22:34 +00:00
index.ts docs: fix spelling (#46713) 2022-07-08 20:54:52 +00:00
PACKAGE.md docs: add api doc to sub-packages (#33801) 2019-11-20 14:48:50 -08:00
public_api.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00