angular/packages/common/test
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
..
directives fix(common): Don't run preconnect assertion on the server. (#56213) 2024-07-16 09:53:33 -07:00
i18n refactor(common): increment test coverage (#55532) 2024-04-25 12:50:41 -07:00
image_loaders test(common): update ImageKit low quality test (#55193) 2024-04-05 14:55:13 +00:00
location refactor: migrate common to prettier formatting (#54150) 2024-01-30 16:08:07 +00:00
navigation refactor: migrate common to prettier formatting (#54150) 2024-01-30 16:08:07 +00:00
pipes refactor(common): increment test coverage (#55532) 2024-04-25 12:50:41 -07:00
BUILD.bazel refactor: update packages/common tests to work with ESM pipeline (#48521) 2022-12-19 19:50:42 +00:00
cookie_spec.ts refactor: migrate common to prettier formatting (#54150) 2024-01-30 16:08:07 +00:00
viewport_scroller_spec.ts refactor(core): replace usages of removeChild (#57203) 2024-08-07 16:46:09 +00:00