https://github.com/angular/angular
Raw File
Tip revision: 35f4799ebdf09817410bbab2c20e50bf8524bf3e authored by Joey Perrott on 22 November 2022, 17:24:47 UTC
release: cut the v12.2.17 release
Tip revision: 35f4799
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