Skip to content

Commit 87789b4

Browse files
committed
fix: remove eventService
1 parent c8f398c commit 87789b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tabs/tab-headers.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import {
1515
OnInit,
1616
ChangeDetectorRef
1717
} from "@angular/core";
18-
import { EventService } from "carbon-components-angular/utils";
1918
import { I18n } from "carbon-components-angular/i18n";
2019
import { Tab } from "./tab.component";
2120

@@ -228,7 +227,6 @@ export class TabHeaders implements AfterContentInit, OnChanges, OnDestroy, OnIni
228227
constructor(
229228
protected elementRef: ElementRef,
230229
protected changeDetectorRef: ChangeDetectorRef,
231-
protected eventService: EventService,
232230
protected i18n: I18n
233231
) { }
234232

0 commit comments

Comments
 (0)