mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| browser | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||