Skip to content

Commit 9418fc0

Browse files
committed
fix(tooltip): change document import
1 parent a8f889f commit 9418fc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/igniteui-angular/src/lib/directives/tooltip/tooltip.directive.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
import { DOCUMENT } from '@angular/common';
12
import {
2-
Directive, ElementRef, Input, ChangeDetectorRef, Optional, HostBinding, Inject, OnDestroy, inject, DOCUMENT
3+
Directive, ElementRef, Input, ChangeDetectorRef, Optional, HostBinding, Inject, OnDestroy, inject
34
} from '@angular/core';
45
import { IgxOverlayService } from '../../services/overlay/overlay';
56
import { OverlaySettings } from '../../services/public_api';

0 commit comments

Comments
 (0)