UNPKG

@loopback/docs

Version:
32 lines (21 loc) 901 B
--- 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) &gt; [@loopback/boot](./boot.md) &gt; [ServiceBooter](./boot.servicebooter.md) &gt; [(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> | |