style(Forms): remove unused imports

remove unused imports from the forms package
This commit is contained in:
Sekib Omazic 2016-05-19 20:15:14 +02:00 committed by Victor Berchet
parent a88b887a05
commit cb94111f18
9 changed files with 4 additions and 13 deletions

View File

@ -1,4 +1,4 @@
import {Directive, Renderer, ElementRef, Self, forwardRef, Provider} from '@angular/core'; import {Directive, Renderer, ElementRef, forwardRef} from '@angular/core';
import {NG_VALUE_ACCESSOR, ControlValueAccessor} from './control_value_accessor'; import {NG_VALUE_ACCESSOR, ControlValueAccessor} from './control_value_accessor';
export const CHECKBOX_VALUE_ACCESSOR: any = /*@ts2dart_const*/ { export const CHECKBOX_VALUE_ACCESSOR: any = /*@ts2dart_const*/ {

View File

@ -2,12 +2,10 @@ import {
OnChanges, OnChanges,
OnDestroy, OnDestroy,
SimpleChange, SimpleChange,
Query,
Directive, Directive,
forwardRef, forwardRef,
Host, Host,
SkipSelf, SkipSelf,
Provider,
Inject, Inject,
Optional, Optional,
Self Self

View File

@ -1,9 +1,8 @@
import {Directive, forwardRef, Provider, Optional, Inject, Self} from '@angular/core'; import {Directive, forwardRef, Optional, Inject, Self} from '@angular/core';
import { import {
PromiseWrapper, PromiseWrapper,
ObservableWrapper, ObservableWrapper,
EventEmitter, EventEmitter
PromiseCompleter
} from '../../../src/facade/async'; } from '../../../src/facade/async';
import {ListWrapper} from '../../../src/facade/collection'; import {ListWrapper} from '../../../src/facade/collection';
import {isPresent} from '../../../src/facade/lang'; import {isPresent} from '../../../src/facade/lang';

View File

@ -1,10 +1,8 @@
import { import {
OnChanges, OnChanges,
SimpleChange, SimpleChange,
Query,
Directive, Directive,
forwardRef, forwardRef,
Provider,
Inject, Inject,
Optional, Optional,
Self Self

View File

@ -3,7 +3,6 @@ import {
OnChanges, OnChanges,
Directive, Directive,
forwardRef, forwardRef,
Provider,
Inject, Inject,
Optional, Optional,
Self Self

View File

@ -3,7 +3,6 @@ import {
SimpleChange, SimpleChange,
Directive, Directive,
forwardRef, forwardRef,
Provider,
Inject, Inject,
Optional, Optional,
Self Self

View File

@ -1,4 +1,4 @@
import {Directive, ElementRef, Renderer, Self, forwardRef, Provider} from '@angular/core'; import {Directive, ElementRef, Renderer, forwardRef} from '@angular/core';
import {NumberWrapper} from '../../../src/facade/lang'; import {NumberWrapper} from '../../../src/facade/lang';
import {NG_VALUE_ACCESSOR, ControlValueAccessor} from './control_value_accessor'; import {NG_VALUE_ACCESSOR, ControlValueAccessor} from './control_value_accessor';

View File

@ -3,7 +3,6 @@ import {
ElementRef, ElementRef,
Renderer, Renderer,
forwardRef, forwardRef,
Provider,
Input, Input,
OnInit, OnInit,
OnDestroy, OnDestroy,

View File

@ -2,7 +2,6 @@ import {
Directive, Directive,
Renderer, Renderer,
forwardRef, forwardRef,
Provider,
ElementRef, ElementRef,
Input, Input,
Host, Host,