refactor(benchmarks): remove imports from 'angular2/angular2'
Closes #5799
This commit is contained in:
parent
f1a9a537cb
commit
eb296756fb
|
@ -6,7 +6,7 @@ import {NgIf, NgFor} from 'angular2/common';
|
||||||
import {DOM} from 'angular2/src/platform/dom/dom_adapter';
|
import {DOM} from 'angular2/src/platform/dom/dom_adapter';
|
||||||
import {document} from 'angular2/src/facade/browser';
|
import {document} from 'angular2/src/facade/browser';
|
||||||
|
|
||||||
import {Component, Directive, View} from 'angular2/angular2';
|
import {Component, Directive, View} from 'angular2/core';
|
||||||
|
|
||||||
|
|
||||||
@Component({selector: 'scroll-app'})
|
@Component({selector: 'scroll-app'})
|
||||||
|
|
|
@ -2,7 +2,7 @@ import {ListWrapper, Map} from 'angular2/src/facade/collection';
|
||||||
import {Company, Opportunity, Offering, Account, CustomDate, STATUS_LIST} from './common';
|
import {Company, Opportunity, Offering, Account, CustomDate, STATUS_LIST} from './common';
|
||||||
import {NgFor} from 'angular2/common';
|
import {NgFor} from 'angular2/common';
|
||||||
|
|
||||||
import {Component, Directive, View} from 'angular2/angular2';
|
import {Component, Directive, View} from 'angular2/core';
|
||||||
|
|
||||||
export class HasStyle {
|
export class HasStyle {
|
||||||
cellWidth: number;
|
cellWidth: number;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import {ListWrapper} from 'angular2/src/facade/collection';
|
import {ListWrapper} from 'angular2/src/facade/collection';
|
||||||
import {Math} from 'angular2/src/facade/math';
|
import {Math} from 'angular2/src/facade/math';
|
||||||
|
|
||||||
import {Component, Directive, View} from 'angular2/angular2';
|
import {Component, Directive, View} from 'angular2/core';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
Offering,
|
Offering,
|
||||||
|
|
|
@ -7,7 +7,7 @@ import {
|
||||||
FormattedCellComponent
|
FormattedCellComponent
|
||||||
} from './cells';
|
} from './cells';
|
||||||
|
|
||||||
import {Component, Directive, View} from 'angular2/angular2';
|
import {Component, Directive, View} from 'angular2/core';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
Offering,
|
Offering,
|
||||||
|
|
Loading…
Reference in New Issue