chore: update all import paths
This commit is contained in:
@@ -13,9 +13,9 @@ import {
|
||||
tick,
|
||||
xit
|
||||
} from 'angular2/test_lib';
|
||||
import {TimerWrapper, PromiseWrapper} from 'angular2/src/facade/async';
|
||||
import {BaseException, global} from 'angular2/src/facade/lang';
|
||||
import {Parser} from 'angular2/src/change_detection/change_detection';
|
||||
import {TimerWrapper, PromiseWrapper} from 'angular2/src/core/facade/async';
|
||||
import {BaseException, global} from 'angular2/src/core/facade/lang';
|
||||
import {Parser} from 'angular2/src/core/change_detection/change_detection';
|
||||
|
||||
export function main() {
|
||||
describe('fake async', () => {
|
||||
|
||||
@@ -18,7 +18,7 @@ import {Injectable} from 'angular2/di';
|
||||
|
||||
import {Directive, Component, View, ViewMetadata} from 'angular2/metadata';
|
||||
|
||||
import {NgIf} from 'angular2/src/directives/ng_if';
|
||||
import {NgIf} from 'angular2/src/core/directives/ng_if';
|
||||
|
||||
@Component({selector: 'child-comp'})
|
||||
@View({template: `<span>Original {{childBinding}}</span>`, directives: []})
|
||||
|
||||
@@ -11,9 +11,9 @@ import {
|
||||
containsRegexp
|
||||
} from 'angular2/test_lib';
|
||||
|
||||
import {DOM} from 'angular2/src/dom/dom_adapter';
|
||||
import {MapWrapper} from 'angular2/src/facade/collection';
|
||||
import {IMPLEMENTS, RegExpWrapper} from 'angular2/src/facade/lang';
|
||||
import {DOM} from 'angular2/src/core/dom/dom_adapter';
|
||||
import {MapWrapper} from 'angular2/src/core/facade/collection';
|
||||
import {IMPLEMENTS, RegExpWrapper} from 'angular2/src/core/facade/lang';
|
||||
|
||||
class TestObj {
|
||||
prop;
|
||||
|
||||
Reference in New Issue
Block a user