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.
2 parents 94d464d + 850035f commit aca0b66Copy full SHA for aca0b66
lib/decorators/on-event.decorator.ts
@@ -4,7 +4,7 @@ import { OnEventOptions } from '../interfaces';
4
5
/**
6
* `@OnEvent` decorator metadata
7
- *
+ *
8
* @publicApi
9
*/
10
export interface OnEventMetadata {
@@ -28,7 +28,7 @@ export type OnEventType = string | symbol | Array<string | symbol>;
28
* Subscribes to events based on the specified name(s).
29
*
30
* @param event event to subscribe to
31
+ * @param options listener options
32
33
34
export const OnEvent = (
0 commit comments