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 03bef5f commit f539c80Copy full SHA for f539c80
libs/core/src/lib/utils/object-events.ts
@@ -46,7 +46,7 @@ export class NgtObjectEvents {
46
}
47
48
49
-export const NgtObjectEventsInputs = ['ngtObjectEvents'] as const;
+export const NgtObjectEventsInputs = ['ngtObjectEvents'];
50
export const NgtObjectEventsOutputs = [
51
'click',
52
'dblclick',
@@ -61,7 +61,7 @@ export const NgtObjectEventsOutputs = [
61
'pointermissed',
62
'pointercancel',
63
'wheel',
64
-] as const;
+];
65
66
/**
67
* @deprecated Use NgtObjectEventsInputs and NgtObjectEventsOutputs instead along with NgtObjectEvents
0 commit comments