Skip to content

Commit 388b860

Browse files
committed
refactor: fix aot build
1 parent 4f23661 commit 388b860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/draggable.directive.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export class DraggableDirective implements OnInit, OnChanges, OnDestroy {
148148
private renderer: Renderer2,
149149
private draggableHelper: DraggableHelper,
150150
private zone: NgZone,
151-
@Inject(DOCUMENT) private document: Document
151+
@Inject(DOCUMENT) private document: any
152152
) {}
153153

154154
ngOnInit(): void {

0 commit comments

Comments
 (0)