mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
fix(value accessors): remove unsed imports
This commit is contained in:
@ -1,9 +1,5 @@
|
||||
import { Directive, ElementRef, HostListener, Renderer2 } from '@angular/core';
|
||||
import {
|
||||
ControlValueAccessor,
|
||||
DefaultValueAccessor,
|
||||
NG_VALUE_ACCESSOR
|
||||
} from '@angular/forms';
|
||||
import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';
|
||||
|
||||
@Directive({
|
||||
/* tslint:disable-next-line:directive-selector */
|
||||
|
@ -7,8 +7,6 @@ import {
|
||||
} from '@angular/core';
|
||||
import {
|
||||
ControlValueAccessor,
|
||||
DefaultValueAccessor,
|
||||
NgControl,
|
||||
NG_VALUE_ACCESSOR
|
||||
} from '@angular/forms';
|
||||
|
||||
|
Reference in New Issue
Block a user