Function callClassMethodWithSyncInjections
- callClassMethodWithSyncInjections<ReturnType, T, M>(module, key, instance, methodName, args?, ctx?): ReturnType
Type Parameters
- ReturnType = any
- T extends Record<string, Function> = Record<string, Function>
- M extends Module<any> = Module<any>
Calls a class method with injected arguments from the module. Tip: You can use different module for providing arguments.