https://github.com/angular/angular
Raw File
Tip revision: cbe11f92ec2cef42518bfb50dbf9917aaa00f1f1 authored by Joey Perrott on 05 November 2020, 18:57:20 UTC
fixup! feat(dev-infra): create tooling to check burn rate of credit usage on CircleCI
Tip revision: cbe11f9
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