We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20c231 commit 3a4869cCopy full SHA for 3a4869c
packages/core/src/inbox-outbox.module.ts
@@ -35,6 +35,7 @@ import { EventConfigurationResolver } from './resolver/event-configuration.resol
35
EventConfigurationResolver,
36
EventValidator,
37
],
38
+ exports: [TransactionalEventEmitter],
39
})
40
export class InboxOutboxModule extends ConfigurableModuleClass {
41
static registerAsync(options: typeof ASYNC_OPTIONS_TYPE): DynamicModule {
0 commit comments