https://github.com/angular/angular
Raw File
Tip revision: eb52d9eabd13100ef5dc10f1934d2b8455fa1cdc authored by Jessica Janiuk on 14 December 2022, 19:54:33 UTC
release: cut the v15.1.0-next.3 release
Tip revision: eb52d9e
README.md
## How to serve the examples

All playground examples are built and served with Bazel. Below is an example that
demonstrates how a specific example can be built and served with Bazel:

```bash
# e.g. src/zippy_component
yarn bazel run modules/playground/src/zippy_component:devserver

# e.g. src/upgrade
yarn bazel run modules/playground/src/upgrade:devserver
```
back to top