Type alias FunctionalModuleFactory

FunctionalModuleFactory: ((...args: any[]) => ((module: AppModule<any>) => void))

Type declaration

    • (...args: any[]): ((module: AppModule<any>) => void)
    • Parameters

      • Rest ...args: any[]

      Returns ((module: AppModule<any>) => void)

Generated using TypeDoc