UNPKG

@loopback/docs

Version:
27 lines (17 loc) 750 B
--- lang: en title: 'API docs: boot.lifecycleobserverbooter.load' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.boot.lifecycleobserverbooter.load.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/boot](./boot.md) &gt; [LifeCycleObserverBooter](./boot.lifecycleobserverbooter.md) &gt; [load](./boot.lifecycleobserverbooter.load.md) ## LifeCycleObserverBooter.load() method Uses super method to get a list of Artifact classes. Boot each file by creating a DataSourceConstructor and binding it to the application class. <b>Signature:</b> ```typescript load(): Promise<void>; ``` <b>Returns:</b> `Promise<void>`