recoder-code
Version:
🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!
9 lines (8 loc) • 297 B
TypeScript
import { Module } from '../injector/module';
/**
* Calls the `onApplicationBootstrap` function on the module and its children
* (providers / controllers).
*
* @param module The module which will be initialized
*/
export declare function callModuleBootstrapHook(module: Module): Promise<any>;