fix(value accessors): remove unsed imports

This commit is contained in:
Ken Sodemann
2017-12-07 10:48:21 -06:00
parent 8929b33b1e
commit 9469e09bb9
2 changed files with 1 additions and 7 deletions

View File

@ -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 */

View File

@ -7,8 +7,6 @@ import {
} from '@angular/core';
import {
ControlValueAccessor,
DefaultValueAccessor,
NgControl,
NG_VALUE_ACCESSOR
} from '@angular/forms';