https://github.com/angular/angular
Raw File
Tip revision: 0a4f18a419ba68a7c8a2d22da85a7f88bd217840 authored by Pawel Kozlowski on 20 September 2023, 17:59:39 UTC
release: cut the v17.0.0-next.5 release
Tip revision: 0a4f18a
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/...
```
back to top