Page Contents
Home > @loopback/boot > ModelApiBooter > (constructor)
ModelApiBooter.(constructor)
Constructs a new instance of the ModelApiBooter class
Signature:
constructor(app: ApplicationWithRepositories, projectRoot: string, getModelApiBuilders: Getter<ModelApiBuilder[]>, booterConfig?: ArtifactOptions);
Parameters
| Parameter | Type | Description |
|---|---|---|
| app | ApplicationWithRepositories | |
| projectRoot | string | |
| getModelApiBuilders | Getter<ModelApiBuilder[]> | |
| booterConfig | ArtifactOptions |