angular/packages/common
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
..
http refactor(core): replace usages of removeChild (#57203) 2024-08-07 16:46:09 +00:00
locales refactor: migrate common to prettier formatting (#54150) 2024-01-30 16:08:07 +00:00
src fix(common): Don't run preconnect assertion on the server. (#56213) 2024-07-16 09:53:33 -07:00
test refactor(core): replace usages of removeChild (#57203) 2024-08-07 16:46:09 +00:00
testing refactor: migrate common to prettier formatting (#54150) 2024-01-30 16:08:07 +00:00
upgrade docs: redirect upgrade guide to aio (#55043) 2024-04-09 12:23:09 -07:00
BUILD.bazel refactor(docs-infra): migrate @angular/docs from dev-infra into adev directory (#57132) 2024-07-30 15:51:26 +00:00
index.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
package.json build: update Node.js to match Angular CLI engines (#56187) 2024-06-03 18:00:46 +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