angular-docs-cn/packages/examples
Pete Bacon Darwin c2ed612da3 docs: convert the last `my-app` components to `app-root` (#42256)
Most of these were fixed in other PRs but there were are couple of stragglers.
Note that `my-app` components in non-documentation facing code, such as
compliance tests have not been changed.

Fixes #20235

PR Close #42256
2021-05-25 22:13:36 +00:00
..
common docs: improve description, examples of DecimalPipe's digitsInfo parameter (#40714) 2021-02-26 15:42:29 -08:00
compiler docs: convert the last `my-app` components to `app-root` (#42256) 2021-05-25 22:13:36 +00:00
core docs: convert the last `my-app` components to `app-root` (#42256) 2021-05-25 22:13:36 +00:00
forms docs: remove unused "docregions" (#40479) 2021-01-20 16:12:15 -08:00
http
platform-browser docs: remove unused "docregions" (#40479) 2021-01-20 16:12:15 -08:00
router/activated-route feat(zone.js): upgrade zone.js to angular package format(APF) (#36540) 2020-06-11 11:08:48 -07:00
service-worker feat(zone.js): upgrade zone.js to angular package format(APF) (#36540) 2020-06-11 11:08:48 -07:00
test-utils build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
testing docs: remove unused "docregions" (#40479) 2021-01-20 16:12:15 -08:00
upgrade docs: remove unused "docregions" (#40479) 2021-01-20 16:12:15 -08:00
BUILD.bazel
README.md
index.html
tsconfig-e2e.json

README.md

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/...