mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +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 { Directive, ElementRef, HostListener, Renderer2 } from '@angular/core';
|
||||||
import {
|
import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';
|
||||||
ControlValueAccessor,
|
|
||||||
DefaultValueAccessor,
|
|
||||||
NG_VALUE_ACCESSOR
|
|
||||||
} from '@angular/forms';
|
|
||||||
|
|
||||||
@Directive({
|
@Directive({
|
||||||
/* tslint:disable-next-line:directive-selector */
|
/* tslint:disable-next-line:directive-selector */
|
||||||
|
@ -7,8 +7,6 @@ import {
|
|||||||
} from '@angular/core';
|
} from '@angular/core';
|
||||||
import {
|
import {
|
||||||
ControlValueAccessor,
|
ControlValueAccessor,
|
||||||
DefaultValueAccessor,
|
|
||||||
NgControl,
|
|
||||||
NG_VALUE_ACCESSOR
|
NG_VALUE_ACCESSOR
|
||||||
} from '@angular/forms';
|
} from '@angular/forms';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user