| # 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 | |
| ``` |