Skip to content

Commit 311b317

Browse files
committed
fix(combobox): removed unused imports.
1 parent 3199db0 commit 311b317

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cdk-experimental/combobox/combobox-panel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
export type AriaHasPopupValue = 'false' | 'true' | 'menu' | 'listbox' | 'tree' | 'grid' | 'dialog';
1010

11-
import {Directive, ElementRef, TemplateRef} from '@angular/core';
11+
import {Directive, TemplateRef} from '@angular/core';
1212
import {Subject} from 'rxjs';
1313

1414
@Directive({

src/cdk-experimental/combobox/combobox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
AfterContentInit,
1515
Directive,
1616
ElementRef,
17-
EventEmitter, HostListener,
17+
EventEmitter,
1818
Input, isDevMode,
1919
OnDestroy,
2020
Optional,

0 commit comments

Comments
 (0)