https://github.com/angular/angular
Raw File
Tip revision: c2149dfaa82aa0e1963d4a8b1f49063a9c4a9d69 authored by Andrew Scott on 20 March 2024, 19:25:38 UTC
release: cut the v17.3.1 release
Tip revision: c2149df
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