refactor(core): move core/compiler to core/linker, adjust imports

This commit is contained in:
Tobias Bosch
2015-10-02 07:37:23 -07:00
parent 9f4fa1ab0a
commit 6248a5e846
86 changed files with 204 additions and 204 deletions

View File

@ -18,7 +18,7 @@ import {
} from 'angular2/core';
import {ChangeDetectorGenConfig} from 'angular2/src/core/change_detection/change_detection';
import {ViewResolver} from 'angular2/src/core/compiler/view_resolver';
import {ViewResolver} from 'angular2/src/core/linker/view_resolver';
import {getIntParameter, bindAction} from 'angular2/src/test_lib/benchmark_util';