Skip to content

Commit bab23e4

Browse files
chore(igxTimePicker): import DebugElement
1 parent 6b7bbf0 commit bab23e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/time-picker/time-picker.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Component, ViewChild, NgModule, ElementRef, EventEmitter } from '@angular/core';
1+
import { Component, ViewChild, NgModule, ElementRef, EventEmitter, DebugElement } from '@angular/core';
22
import { async, TestBed, fakeAsync, tick, ComponentFixture } from '@angular/core/testing';
33
import { FormsModule, FormGroup, FormBuilder, ReactiveFormsModule, Validators } from '@angular/forms';
44
import { By } from '@angular/platform-browser';

0 commit comments

Comments
 (0)