chore: router move import changes

This commit is contained in:
Misko Hevery
2016-05-02 10:36:58 -07:00
committed by Igor Minar
parent d930ad1816
commit 107016ec12
74 changed files with 428 additions and 238 deletions

View File

@ -25,7 +25,7 @@ import {
Route,
Redirect,
AuxRoute
} from '../../../router/src/route_config/route_config_decorator';
} from '../../src/route_config/route_config_decorator';
import {PromiseWrapper} from '../../src/facade/async';
import {BaseException, WrappedException} from '../../src/facade/exceptions';
import {
@ -34,7 +34,7 @@ import {
RouteParams,
Router,
ROUTER_DIRECTIVES
} from '@angular/router';
} from '@angular/router-deprecated';
import {MockLocationStrategy} from '@angular/common/testing';
import {ApplicationRef} from '@angular/core/src/application_ref';