File size: 297 Bytes
cfbbc1a
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
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>;