style(global): group multiple imports from same module
Closes #7802 Closes #8209
This commit is contained in:
@ -16,7 +16,9 @@ import {
|
||||
} from 'angular2/testing_internal';
|
||||
|
||||
import {
|
||||
IS_DART,
|
||||
CONST_EXPR,
|
||||
Type,
|
||||
isPresent,
|
||||
isBlank,
|
||||
isNumber,
|
||||
@ -37,7 +39,6 @@ import {
|
||||
|
||||
import {OnDestroy} from 'angular2/src/core/metadata/lifecycle_hooks';
|
||||
|
||||
import {IS_DART, Type} from 'angular2/src/facade/lang';
|
||||
import {EventEmitter, ObservableWrapper} from 'angular2/src/facade/async';
|
||||
|
||||
|
||||
|
@ -32,7 +32,8 @@ import {
|
||||
stringify,
|
||||
isBlank,
|
||||
CONST,
|
||||
CONST_EXPR
|
||||
CONST_EXPR,
|
||||
IS_DART
|
||||
} from 'angular2/src/facade/lang';
|
||||
import {BaseException, WrappedException} from 'angular2/src/facade/exceptions';
|
||||
import {
|
||||
@ -58,9 +59,7 @@ import {
|
||||
ReflectiveInjector
|
||||
} from 'angular2/core';
|
||||
|
||||
import {NgIf, NgFor} from 'angular2/common';
|
||||
|
||||
import {AsyncPipe} from 'angular2/common';
|
||||
import {NgIf, NgFor, AsyncPipe} from 'angular2/common';
|
||||
|
||||
import {
|
||||
PipeTransform,
|
||||
@ -93,7 +92,6 @@ import {ElementRef} from 'angular2/src/core/linker/element_ref';
|
||||
import {TemplateRef} from 'angular2/src/core/linker/template_ref';
|
||||
|
||||
import {Renderer} from 'angular2/src/core/render';
|
||||
import {IS_DART} from 'angular2/src/facade/lang';
|
||||
|
||||
const ANCHOR_ELEMENT = CONST_EXPR(new OpaqueToken('AnchorElement'));
|
||||
|
||||
|
Reference in New Issue
Block a user