Page Contents

Home > @loopback/boot > Booter > load

Booter.load() method

Load phase of the Booter. It should bind the artifacts in this phase.

Signature:

load?(): Promise<void>;

Returns:

Promise<void>