blob: 6fdef584053268a83a95c2b67e5ccfe51d9967ad [file] [log] [blame] [view]
# services
An example demonstrating how instances of a service can be aggregated from a component
collection and routed around as a service.
## Building
To add this component to your build, append
`--with examples/components/services`
to the `fx set` invocation.
## Running
This example is built to run as a unit test.
```
$ fx test service-examples
```