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