Skip to content

Commit ae23e4a

Browse files
committed
fix: outputs value type
1 parent 30dd48e commit ae23e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ngx-lazy-directive/src/lib/ngx-lazy.directive.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class NgxLazyDirective implements OnChanges {
2727
* Event handlers of the host component
2828
* Note: event handlers should be arrow functions
2929
*/
30-
@Input() outputs!: Record<string, Function>;
30+
@Input() outputs!: Record<string, any>;
3131

3232
/**
3333
* Occurring when starting to lazy load the component

0 commit comments

Comments
 (0)