UNPKG

288 BTypeScriptView Raw
1import { Module } from '../injector/module';
2/**
3 * Calls the `onModuleDestroy` function on the module and its children
4 * (providers / controllers).
5 *
6 * @param module The module which will be initialized
7 */
8export declare function callModuleDestroyHook(module: Module): Promise<any>;