angular/packages/common/test
Kara Erickson d71dfe931f fix(common): set bound width and height onto host element (#47082)
This commit fixes a bug in NgOptimizedImage where
if you bound the width or height attribute (e.g.
`[width]=width`), the attribute would only be
reflected as "ng-reflect-x". The actual "width" or
"height" attribute would not be set on the host
element. This is a problem because the exact named
attribute must be set on the element for the
browser to detect it and use it to reserve space
for the image (and thus prevent CLS).

PR Close #47082
2022-08-16 17:36:54 +00:00
..
directives fix(common): set bound width and height onto host element (#47082) 2022-08-16 17:36:54 +00:00
i18n build(common): update CLDR to version 41 (#45714) 2022-04-29 12:20:08 -04:00
image_loaders refactor(common): update error messages of NgOptimizedImage directive (#47082) 2022-08-16 17:36:54 +00:00
location test(common): Fix flaky Location test (#45683) 2022-04-19 20:17:56 -07:00
pipes feat(common): make the CommonModule pipes standalone (#46401) 2022-06-23 13:51:43 -07:00
BUILD.bazel build: switch devmode output to es2015 (#44505) 2022-01-05 23:20:20 +00:00
cookie_spec.ts test: clean up internal testing utilities (#42177) 2021-05-26 20:07:25 +00:00
viewport_scroller_spec.ts build: update to jasmine 4.0 (#45558) 2022-04-11 16:25:28 +00:00