Page Contents
Home > @loopback/boot > BootComponent
BootComponent class
BootComponent is used to export the default list of Booter’s made available by this module as well as bind the BootStrapper to the app so it can be used to run the Booters.
Signature:
export declare class BootComponent implements Component
Implements: Component
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(app) | Constructs a new instance of the BootComponent class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
booters | (typeof ApplicationMetadataBooter | typeof ControllerBooter | typeof DataSourceBooter | typeof InterceptorProviderBooter | typeof LifeCycleObserverBooter | typeof ModelApiBooter | typeof ModelBooter | typeof RepositoryBooter | typeof ServiceBooter)[] |