angular-cn/packages/core/test/debug
Andrew Scott 7d401853b5 fix(ivy): Prevent errors when querying DebugElement roots that were outside angular context (#34687)
DebugElement.query also matches elements that may have been created
outside of Angular (ex: with `document.appendChild`). If those matched
DebugElements are in turn used to query for more elements, an error
occurs because the first step in queryAll is to load the LContext.

PR Close #34687
2020-01-13 10:08:19 -08:00
..
debug_node_spec.ts fix(ivy): Prevent errors when querying DebugElement roots that were outside angular context (#34687) 2020-01-13 10:08:19 -08:00