angular/packages/core/test/bundling/image-directive
Alan Agius 26fed34e0e
build: format md files
This commit configures prettier to format markdown files.
2025-11-06 10:03:05 -08:00
..
e2e refactor: clean up explicit standalone flags from tests (#63963) 2025-09-22 14:27:34 +00:00
BUILD.bazel build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
index.html build: update to bazel 7.6.0 (#63096) 2025-08-14 13:01:30 +02:00
index.ts refactor: clean up explicit standalone flags from tests (#63963) 2025-09-22 14:27:34 +00:00
playground.ts refactor: clean up explicit standalone flags from tests (#63963) 2025-09-22 14:27:34 +00: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