angular/packages/core/test/bundling/image-directive
Mateusz Daniluk de777afbc5 refactor: standardize doctype declaration to <!DOCTYPE html> (#51052)
This commit standardizes the doctype declaration across all HTML files in the project to use `<!DOCTYPE html>`

PR Close #51052
2024-02-01 19:29:46 +00:00
..
e2e feat(core): add warnings for oversized images and lazy-lcp (#51846) 2023-10-06 12:14:32 -07:00
BUILD.bazel feat(core): add warnings for oversized images and lazy-lcp (#51846) 2023-10-06 12:14:32 -07:00
index.html refactor: standardize doctype declaration to <!DOCTYPE html> (#51052) 2024-02-01 19:29:46 +00:00
index.ts feat(core): add warnings for oversized images and lazy-lcp (#51846) 2023-10-06 12:14:32 -07:00
playground.ts fix(common): rename rawSrc -> ngSrc in NgOptimizedImage directive (#47362) 2022-09-09 14:25:37 -07:00
README.md test(common): add e2e tests for LCP check logic of the NgOptimizedImage directive (#47082) 2022-08-16 17:36:52 +00: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:

yarn 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:

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