Skip to content

Commit 3630d68

Browse files
Yousef OudaYousef Ouda
authored andcommitted
Remove unused imports
1 parent fab0b69 commit 3630d68

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/dialog/tooltip/tooltip.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {
22
Component,
33
TemplateRef,
44
HostBinding,
5-
HostListener,
65
Input
76
} from "@angular/core";
87
import { getFocusElementList } from "./../../common/tab.service";

src/dialog/tooltip/tooltip.directive.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ import {
66
Injector,
77
ComponentFactoryResolver,
88
ViewContainerRef,
9-
HostBinding,
10-
HostListener
9+
HostBinding
1110
} from "@angular/core";
1211
import { DialogDirective } from "./../dialog.directive";
1312
import { Tooltip } from "./tooltip.component";

0 commit comments

Comments
 (0)