angular-docs-cn/packages/core/test/bundling/router
JoostK 96624b71a7 fix(platform-browser): prevent memory leak of style nodes if shadow DOM encapsulation is used (#42005)
Prior to this change, any inserted `<style>` nodes into shadow dom trees would be retained
in memory, even after the shadow dom tree has been removed. This commit fixes the memory
leak by tracking the inserted `<style>` nodes per host element, such that removal of the
host element also releases the style nodes.

Fixes #36655

PR Close #42005
2021-05-10 16:12:19 -04:00
..
BUILD.bazel build: create sample router app (#38714) 2020-09-11 12:10:46 -07:00
bundle.golden_symbols.json fix(platform-browser): prevent memory leak of style nodes if shadow DOM encapsulation is used (#42005) 2021-05-10 16:12:19 -04:00
index.html build: create sample router app (#38714) 2020-09-11 12:10:46 -07:00
index.ts build: create sample router app (#38714) 2020-09-11 12:10:46 -07:00
treeshaking_spec.ts build: create sample router app (#38714) 2020-09-11 12:10:46 -07:00