@loopback/docs
Version:
Documentation for LoopBack 4
32 lines (21 loc) • 901 B
Markdown
lang: en
title: 'API docs: boot.servicebooter.(constructor)'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.boot.servicebooter.(constructor).html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/boot](./boot.md) > [ServiceBooter](./boot.servicebooter.md) > [(constructor)](./boot.servicebooter.(constructor).md)
## ServiceBooter.(constructor)
Constructs a new instance of the `ServiceBooter` class
<b>Signature:</b>
```typescript
constructor(app: ApplicationWithServices, projectRoot: string, serviceConfig?: ArtifactOptions);
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| app | <code>ApplicationWithServices</code> | |
| projectRoot | <code>string</code> | |
| serviceConfig | <code>ArtifactOptions</code> | |