angular/packages/core/test/bundling/image-directive
Andrew Scott 7a7725ee4c
refactor(core): Update tests for zoneless by default (#63672)
Cherrypick #63668 into patch branch to avoid issues with tests when
merging to patch
2025-09-09 15:07:24 -07:00
..
e2e build: remove rules_nodejs based protractor tooling (#62649) 2025-07-16 16:39:49 -04:00
BUILD.bazel build: rename defaults2.bzl to defaults.bzl (#63384) 2025-08-25 15:45:46 -07:00
index.html build: update to bazel 7.6.0 (#63096) 2025-08-14 13:01:32 +02:00
index.ts refactor(core): Update tests for zoneless by default (#63672) 2025-09-09 15:07:24 -07:00
playground.ts refactor(core): convert scripts within packages/core/test to relative imports (#60227) 2025-03-25 10:58:00 -07:00
README.md build: use pnpm as the package manager instead of yarn (#62924) 2025-07-31 22:06:27 +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:

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