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 1112305 commit 9f614bbCopy full SHA for 9f614bb
projects/igniteui-angular/src/lib/directives/focus-trap/focus-trap.directive.spec.ts
@@ -5,7 +5,7 @@ import { IgxFocusTrapDirective } from './focus-trap.directive';
5
6
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
7
import { UIInteractions } from '../../test-utils/ui-interactions.spec';
8
-import { IgxTimePickerComponent } from 'igniteui-angular';
+import { IgxTimePickerComponent } from '../../time-picker/time-picker.component';
9
10
describe('igxFocusTrap', () => {
11
beforeEach(waitForAsync(() => {
0 commit comments