OnModuleInit

Interface defining method called once the host module has been initialized.


interface OnModuleInit {
  onModuleInit(): any
}

See also

Methods

onModuleInit()


onModuleInit(): any

Parameters

There are no parameters.

Returns

any