angular/packages/common/test
Kristiyan Kostadinov 3aa92355ef fix(common): viewport scroller not finding elements inside the shadow DOM (#41644)
The `ViewportScroller` figures out which element to scroll into view using `document.getElementById`. The problem is that it won't find elements inside the shadow DOM.

These changes add some extra logic that goes through all the shadow roots to look for the element.

Fixes #41470.

PR Close #41644
2021-04-15 12:47:07 -07:00
..
directives feat(core): update reference and doc to change async to waitAsync. (#37583) 2020-08-03 12:54:13 -07:00
i18n fix(common): date is not correctly formatted when year is between 0 and 99 (#40448) 2021-02-10 11:04:38 -08:00
location test(common): prefer TestBed.inject over inject (#37459) 2020-06-09 08:26:34 -07:00
pipes fix(core): ensure the type T of EventEmitter<T> can be inferred (#40644) 2021-02-03 09:07:30 -08:00
BUILD.bazel feat(common): allow any Subscribable in async pipe (#39627) 2020-11-23 08:28:11 -08:00
cookie_spec.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
spies.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
viewport_scroller_spec.ts fix(common): viewport scroller not finding elements inside the shadow DOM (#41644) 2021-04-15 12:47:07 -07:00