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