angular-docs-cn/packages/examples
crisbeto 9d54679e66 test: clean up explicit dynamic query usages (#33015)
Cleans up all the places where we explicitly set `static: false` on queries.

PR Close #33015
2019-10-17 16:10:10 -04:00
..
common docs: correct component names in NgComponentOutlet examples (#33068) 2019-10-10 15:29:07 -07:00
compiler
core test: clean up explicit dynamic query usages (#33015) 2019-10-17 16:10:10 -04:00
forms refactor(bazel): remove @angular/bazel protractor rule now provided by @bazel/protractor (#32485) 2019-09-10 15:19:31 -04:00
http
platform-browser
router/activated-route build: update to rules_nodejs 0.32.2 (#31325) 2019-07-01 14:16:42 -07:00
service-worker refactor(bazel): remove @angular/bazel protractor rule now provided by @bazel/protractor (#32485) 2019-09-10 15:19:31 -04:00
test-utils
testing
upgrade refactor(bazel): remove @angular/bazel protractor rule now provided by @bazel/protractor (#32485) 2019-09-10 15:19:31 -04: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/...