style(Forms): remove unused imports
remove unused imports from the forms package
This commit is contained in:
parent
a88b887a05
commit
cb94111f18
|
@ -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';
|
||||
|
||||
export const CHECKBOX_VALUE_ACCESSOR: any = /*@ts2dart_const*/ {
|
||||
|
|
|
@ -2,12 +2,10 @@ import {
|
|||
OnChanges,
|
||||
OnDestroy,
|
||||
SimpleChange,
|
||||
Query,
|
||||
Directive,
|
||||
forwardRef,
|
||||
Host,
|
||||
SkipSelf,
|
||||
Provider,
|
||||
Inject,
|
||||
Optional,
|
||||
Self
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
import {Directive, forwardRef, Provider, Optional, Inject, Self} from '@angular/core';
|
||||
import {Directive, forwardRef, Optional, Inject, Self} from '@angular/core';
|
||||
import {
|
||||
PromiseWrapper,
|
||||
ObservableWrapper,
|
||||
EventEmitter,
|
||||
PromiseCompleter
|
||||
EventEmitter
|
||||
} from '../../../src/facade/async';
|
||||
import {ListWrapper} from '../../../src/facade/collection';
|
||||
import {isPresent} from '../../../src/facade/lang';
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
import {
|
||||
OnChanges,
|
||||
SimpleChange,
|
||||
Query,
|
||||
Directive,
|
||||
forwardRef,
|
||||
Provider,
|
||||
Inject,
|
||||
Optional,
|
||||
Self
|
||||
|
|
|
@ -3,7 +3,6 @@ import {
|
|||
OnChanges,
|
||||
Directive,
|
||||
forwardRef,
|
||||
Provider,
|
||||
Inject,
|
||||
Optional,
|
||||
Self
|
||||
|
|
|
@ -3,7 +3,6 @@ import {
|
|||
SimpleChange,
|
||||
Directive,
|
||||
forwardRef,
|
||||
Provider,
|
||||
Inject,
|
||||
Optional,
|
||||
Self
|
||||
|
|
|
@ -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 {NG_VALUE_ACCESSOR, ControlValueAccessor} from './control_value_accessor';
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ import {
|
|||
ElementRef,
|
||||
Renderer,
|
||||
forwardRef,
|
||||
Provider,
|
||||
Input,
|
||||
OnInit,
|
||||
OnDestroy,
|
||||
|
|
|
@ -2,7 +2,6 @@ import {
|
|||
Directive,
|
||||
Renderer,
|
||||
forwardRef,
|
||||
Provider,
|
||||
ElementRef,
|
||||
Input,
|
||||
Host,
|
||||
|
|
Loading…
Reference in New Issue