angular/packages/platform-browser/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
..
browser fix(core): warnings for oversized images and lazy-lcp present with bootstrapModule (#57060) 2024-07-30 18:03:35 +00:00
dom refactor(core): replace usages of removeChild (#57203) 2024-08-07 16:46:09 +00:00
security test(core): clean up unnecessary nesting in old tests (#52239) 2023-10-19 09:26:15 -07:00
static_assets refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
BUILD.bazel feat(platform-browser): enable HTTP request caching when using provideClientHydration (#49699) 2023-04-04 15:04:03 -07:00
hydration_spec.ts refactor: migrate platform-* to prettier formatting (#55423) 2024-04-19 13:49:24 -07:00
testing_public_spec.ts refactor(platform-browser): remove deprecated transfer state APIs (#55474) 2024-04-23 13:05:38 -07:00