angular/modules/playground/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
288 B
Markdown
Raw Normal View History

## 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
pnpm bazel run modules/playground/src/zippy_component:devserver
```