angular/packages/core/test/bundling/image-directive
Joey Perrott 82cc576e6f build: use pnpm as the package manager instead of yarn (#62924)
Use pnpm instead of yarn as the package manager and interaction tool for the repo

PR Close #62924
2025-07-31 22:06:27 +00:00
..
e2e build: remove rules_nodejs based protractor tooling (#62649) 2025-07-16 16:39:49 -04:00
BUILD.bazel build: remove ts_project_interop infrastructure (#62908) 2025-07-31 09:12:58 +00:00
index.html build: migrate usages of protractor_web_test_suite to use new rules_browser based rule (#62525) 2025-07-08 15:59:12 -07:00
index.ts build: migrate usages of protractor_web_test_suite to use new rules_browser based rule (#62525) 2025-07-08 15:59:12 -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