chore: update all import paths

This commit is contained in:
Jeff Cross
2015-08-20 14:28:25 -07:00
parent 10437ab85c
commit 8ed22ce6e7
592 changed files with 1616 additions and 1486 deletions

View File

@ -34,8 +34,8 @@ import {Pipeline} from './src/router/pipeline';
import {Location} from './src/router/location';
import {APP_COMPONENT} from './src/core/application_tokens';
import {Binding} from './di';
import {CONST_EXPR} from './src/facade/lang';
import {List} from './src/facade/collection';
import {CONST_EXPR} from './src/core/facade/lang';
import {List} from './src/core/facade/collection';
export const ROUTER_DIRECTIVES: List<any> = CONST_EXPR([RouterOutlet, RouterLink]);