We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30dd48e commit ae23e4aCopy full SHA for ae23e4a
projects/ngx-lazy-directive/src/lib/ngx-lazy.directive.ts
@@ -27,7 +27,7 @@ export class NgxLazyDirective implements OnChanges {
27
* Event handlers of the host component
28
* Note: event handlers should be arrow functions
29
*/
30
- @Input() outputs!: Record<string, Function>;
+ @Input() outputs!: Record<string, any>;
31
32
/**
33
* Occurring when starting to lazy load the component
0 commit comments