angular/packages/platform-browser/test/dom
Kristiyan Kostadinov 9fa6f5a552 fix(core): incorrectly inserting elements inside <template> element (#43429)
Currently whenever we insert element we do it directly on the node using `appendChild` or `insertBefore`, however this doesn't work with `<template>` elements where the `template.content` has to be used.

These changes add a few checks to call `appendChild` and `insertBefore` on the `content` of the template.

Fixes #15557.

PR Close #43429
2022-03-08 10:22:18 -08:00
..
events fix(platform-browser): do not run change detection when loading Hammer (#44921) 2022-02-02 19:50:46 +00:00
dom_renderer_spec.ts fix(core): incorrectly inserting elements inside <template> element (#43429) 2022-03-08 10:22:18 -08:00
shadow_dom_spec.ts test: clean up more entryComponents usages (#44561) 2022-01-06 18:36:22 +00:00
shared_styles_host_spec.ts test: clean up internal testing utilities (#42177) 2021-05-26 20:07:25 +00:00