https://github.com/angular/angular
Raw File
Tip revision: 93cc5b221007165951b53d6ffbc1a49b20f38003 authored by Jessica Janiuk on 12 October 2022, 18:36:37 UTC
release: cut the v15.0.0-next.6 release
Tip revision: 93cc5b2
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