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 fab0b69 commit 3630d68Copy full SHA for 3630d68
src/dialog/tooltip/tooltip.component.ts
@@ -2,7 +2,6 @@ import {
2
Component,
3
TemplateRef,
4
HostBinding,
5
- HostListener,
6
Input
7
} from "@angular/core";
8
import { getFocusElementList } from "./../../common/tab.service";
src/dialog/tooltip/tooltip.directive.ts
@@ -6,8 +6,7 @@ import {
Injector,
ComponentFactoryResolver,
ViewContainerRef,
9
- HostBinding,
10
- HostListener
+ HostBinding
11
12
import { DialogDirective } from "./../dialog.directive";
13
import { Tooltip } from "./tooltip.component";
0 commit comments