angular/packages/examples
Joey Perrott 3b0b0d19f1 build: migrate usages of protractor_web_test_suite to use new rules_browser based rule (#62525)
Use the protractor_web_test_suite from rules_browser instead of @bazel/protractor

PR Close #62525
2025-07-08 15:59:12 -07:00
..
common build: migrate usages of protractor_web_test_suite to use new rules_browser based rule (#62525) 2025-07-08 15:59:12 -07:00
core build: migrate usages of protractor_web_test_suite to use new rules_browser based rule (#62525) 2025-07-08 15:59:12 -07:00
forms build: migrate usages of protractor_web_test_suite to use new rules_browser based rule (#62525) 2025-07-08 15:59:12 -07:00
http build: switch example e2e tests to bazel (#28402) 2019-01-28 19:21:09 -08:00
injection-token refactor(docs-infra): update comments (#59004) 2024-12-04 18:05:59 +01:00
platform-browser build: migrate examples to use rules_js (#61650) 2025-05-26 11:00:59 +00:00
router build: migrate to use web test runner rules (#62292) 2025-06-26 17:19:10 +00:00
service-worker build: migrate usages of protractor_web_test_suite to use new rules_browser based rule (#62525) 2025-07-08 15:59:12 -07:00
test-utils build: migrate examples to use rules_js (#61650) 2025-05-26 11:00:59 +00:00
testing build: migrate examples to use rules_js (#61650) 2025-05-26 11:00:59 +00:00
upgrade refactor: use zone.js from npm instead of packages/zone.js throughout repo (#61977) 2025-06-10 12:02:03 -07:00
BUILD.bazel build: migrate examples to use rules_js (#61650) 2025-05-26 11:00:59 +00:00
index.html refactor: switch packages/examples to ESM-compatible http server (#48521) 2022-12-19 19:50:44 +00:00
README.md build: switch example e2e tests to bazel (#28402) 2019-01-28 19:21:09 -08:00
tsconfig-e2e.json build: migrate examples to use rules_js (#61650) 2025-05-26 11:00:59 +00:00
tsconfig-test.json build: migrate examples to use rules_js (#61650) 2025-05-26 11:00:59 +00:00
tsconfig.json build: migrate examples to use rules_js (#61650) 2025-05-26 11:00:59 +00:00

API Examples

This folder contains small example apps that get in-lined into our API docs. Each example contains tests for application behavior (as opposed to testing Angular's behavior) just like an Angular application developer would write.

Running the examples

# Serving individual examples (e.g. common)
yarn bazel run //packages/examples/common:devserver

# "core" examples
yarn bazel run //packages/examples/core:devserver

Running the tests

yarn bazel test //packages/examples/...