angular/packages/core/test/bundling/image-directive
SkyZeroZx 2eeeabb760 fix(common): fix LCP image detection with duplicate URLs
Addresses an issue where the LCP image observer incorrectly identified LCP elements when the same image URL was used multiple times on a page

Fixes #53278

(cherry picked from commit 38749698d0)
2026-02-20 21:23:27 +00:00
..
e2e fix(common): fix LCP image detection with duplicate URLs 2026-02-20 21:23:27 +00:00
BUILD.bazel fix(common): fix LCP image detection with duplicate URLs 2026-02-20 21:23:27 +00:00
index.html build: enable angular formatting on all html files 2025-12-08 10:19:45 -08:00
index.ts fix(common): fix LCP image detection with duplicate URLs 2026-02-20 21:23:27 +00:00
playground.ts ci: reformat files 2025-12-16 14:44:19 -08:00
README.md build: format md files 2025-11-06 10:03:05 -08:00

  • NgOptimizedImage directive testing

This folder contains a simple application that can be used as a playground for the NgOptimizedImage directive testing. You can run the following command to start the dev server:

pnpm ibazel run packages/core/test/bundling/image-directive:devserver

There is also a set of e2e tests (powered by Protractor), which can be invoked by running:

pnpm bazel test packages/core/test/bundling/image-directive:protractor_tests