refactor(core): move core/compiler to core/linker, adjust imports
This commit is contained in:
@ -4,7 +4,7 @@ import {isBlank, isPresent} from 'angular2/src/core/facade/lang';
|
||||
import {BaseException, WrappedException} from 'angular2/src/core/facade/exceptions';
|
||||
|
||||
import {Directive, Attribute} from 'angular2/src/core/metadata';
|
||||
import {DynamicComponentLoader, ComponentRef, ElementRef} from 'angular2/src/core/compiler';
|
||||
import {DynamicComponentLoader, ComponentRef, ElementRef} from 'angular2/src/core/linker';
|
||||
import {Injector, bind, Dependency} from 'angular2/src/core/di';
|
||||
|
||||
import * as routerMod from './router';
|
||||
|
Reference in New Issue
Block a user