angular/packages/platform-browser/src
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 refactor(core): replace usages of removeChild (#57203) 2024-08-07 16:46:09 +00:00
dom refactor(core): replace usages of removeChild (#57203) 2024-08-07 16:46:09 +00:00
security refactor: migrate platform-* to prettier formatting (#55423) 2024-04-19 13:49:24 -07:00
browser.ts refactor(core): Add global event delegation provider (#56247) 2024-06-27 14:24:47 +00:00
errors.ts refactor: migrate platform-* to prettier formatting (#55423) 2024-04-19 13:49:24 -07:00
hydration.ts docs: Add documentation for event replay (#55802) 2024-05-17 10:10:06 -07:00
platform-browser.externs.js build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
platform-browser.ts refactor(platform-browser): remove deprecated transfer state APIs (#55474) 2024-04-23 13:05:38 -07:00
private_export.ts refactor: migrate platform-* to prettier formatting (#55423) 2024-04-19 13:49:24 -07:00
version.ts docs: fix package name in version.ts files in different packages (#41208) 2021-05-10 10:26:34 -04:00