Page Contents
Home > @loopback/boot > ControllerBooter > load
ControllerBooter.load() method
Uses super method to get a list of Artifact classes. Boot each class by binding it to the application using app.controller(controller);
.
Signature:
load(): Promise<void>;
Returns:
Promise<void>