angular/packages/animations
Jessica Janiuk dde5badb71 fix(core): prevent animations renderer from impacting animate.leave (#63921)
This adds an optional flag to the renderer on `removeChild` called `requireSynchronousElementRemoval`, which can tell any downstream renderer that elements need to be removed synchronously. This gets passed down to the legacy animation renderer to ensure that any elements that set this flag aren't impacted by that renderers changes to timing.

fixes: #63893

PR Close #63921
2025-09-19 21:26:18 +00:00
..
browser fix(core): prevent animations renderer from impacting animate.leave (#63921) 2025-09-19 21:26:18 +00:00
src refactor(animations): remove dependency on @angular/common (#63248) 2025-08-29 08:51:31 -07:00
test refactor(core): Update tests for zoneless by default (#63668) 2025-09-09 14:41:56 -07:00
BUILD.bazel refactor(animations): remove dependency on @angular/common (#63248) 2025-08-29 08:51:31 -07:00
index.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
package.json refactor(animations): remove dependency on @angular/common (#63248) 2025-08-29 08:51:31 -07:00
PACKAGE.md docs: Use new Urls to drop the docs url mapper (#55043) 2024-04-09 12:23:09 -07:00
public_api.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00