refactor(router): use relative imports

Closes #4940
This commit is contained in:
Pawel Kozlowski 2015-10-27 15:44:00 +01:00 committed by Misko Hevery
parent 97c60ed3f3
commit edd4b93589
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
import {makeDecorator} from 'angular2/src/core/util/decorators';
import {CanActivate as CanActivateAnnotation} from './lifecycle_annotations_impl';
import {Promise} from 'angular2/src/core/facade/async';
import {ComponentInstruction} from 'angular2/src/router/instruction';
import {ComponentInstruction} from './instruction';
export {
canReuse,