angular/packages/animations/browser
Kristiyan Kostadinov 513a4fe05e refactor(core): replace usages of removeChild (#57203)
These changes replace most usages of `removeChild` with `remove`. The latter has the advantage of not having to look up the `parentNode` and ensure that the child being removed actually belongs to the specific parent.

The refactor should be fairly safe since all the browsers we cover support `remove`. [Something similar was done in Components](https://github.com/angular/components/pull/23592) some time ago and there haven't been any bug reports as a result.

PR Close #57203
2024-08-07 16:46:09 +00:00
..
src refactor(core): replace usages of removeChild (#57203) 2024-08-07 16:46:09 +00:00
test refactor(core): replace usages of removeChild (#57203) 2024-08-07 16:46:09 +00:00
testing refactor(animations): remove deprecated matchesElement from AnimationDriver (#55479) 2024-04-23 13:06:27 -07:00
BUILD.bazel build: configure cross-pkg resolution for api extraction (#52499) 2024-01-05 11:27:34 -08: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