lsurma
Results
2
comments of
lsurma
Hi, I think this issue is related to dynamic path which are used to load config files. `ConfigModule.load(path.resolve(__dirname, 'config', '**/!(*.d).{ts,js}')),` Because of that, webpack doesn't know that file in config...
@diegomodolo Wouldn't it make more sense to have an asynchronous version of this 'OnDialogValidation'? `Func OnDialogValidationAsync` Most of the time, some validation logic will require async calls to DB, API...