angular-cn/packages/platform-browser/test/dom
Jeremy Elbourn 89eac702b5 fix(ivy): remove DOM nodes from their real parent vs saved parent (#28455)
Currently, DOM node removal called `removeChild` on the saved parent
node when destroying a component. However, this will fail if the
component has been manually moved in the DOM. This change makes the
removal always use the node's real `parentNode` and ignore the provided
`parent`.

PR Close #28455
2019-02-05 23:29:24 -05:00
..
events refactor(ivy): rename "blacklist" to "blocklist" (#28536) 2019-02-05 14:06:15 -05:00
dom_renderer_spec.ts fix(ivy): remove DOM nodes from their real parent vs saved parent (#28455) 2019-02-05 23:29:24 -05:00
shadow_dom_spec.ts test(core): update Web Platform feature detection (#24861) 2018-08-30 21:33:14 -07:00
shared_styles_host_spec.ts build: remove `main()` from specs (#21053) 2017-12-22 13:10:51 -08:00