UNPKG

@loopback/docs

Version:
30 lines (19 loc) 746 B
--- lang: en title: 'API docs: boot.bootcomponent._constructor_' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.boot.bootcomponent._constructor_.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/boot](./boot.md) &gt; [BootComponent](./boot.bootcomponent.md) &gt; [(constructor)](./boot.bootcomponent._constructor_.md) ## BootComponent._constructor_ Constructs a new instance of the `BootComponent` class <b>Signature:</b> ```typescript constructor(app: Application); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | app | <code>Application</code> | Application instance |