Page Contents
Home > @loopback/boot > Bootstrapper > (constructor)
Bootstrapper.(constructor)
Constructs a new instance of the Bootstrapper class
Signature:
constructor(app: Application & Bootable, projectRoot: string, bootOptions?: BootOptions);
Parameters
| Parameter | Type | Description |
|---|---|---|
| app | Application & Bootable | |
| projectRoot | string | |
| bootOptions | BootOptions |