Skip to content

Commit 9451fdd

Browse files
committed
chore: remove unnecessary ngZone import
1 parent 51b28f4 commit 9451fdd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dropdown/dropdown.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ import {
1212
OnDestroy,
1313
HostBinding,
1414
TemplateRef,
15-
AfterViewInit,
16-
NgZone
15+
AfterViewInit
1716
} from "@angular/core";
1817
import { NG_VALUE_ACCESSOR, ControlValueAccessor } from "@angular/forms";
1918

0 commit comments

Comments
 (0)