OnModuleInit interface Interface defining method called once the host module has been initialized. interface OnModuleInit { onModuleInit(): any } See also# Lifecycle Events Methods# onModuleInit() # onModuleInit(): any Parameters There are no parameters. Returns any