chore(core): move compiler out of core
BREAKING CHANGE All imports from 'angular2/core/compiler' should be changed to 'angular2/compiler'.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import {SelectorMatcher} from "angular2/src/core/compiler/selector";
|
||||
import {CssSelector} from "angular2/src/core/compiler/selector";
|
||||
import {SelectorMatcher} from "angular2/src/compiler/selector";
|
||||
import {CssSelector} from "angular2/src/compiler/selector";
|
||||
import {StringWrapper, Math} from 'angular2/src/core/facade/lang';
|
||||
import {getIntParameter, bindAction} from 'angular2/src/testing/benchmark_util';
|
||||
import {BrowserDomAdapter} from 'angular2/src/core/dom/browser_adapter';
|
||||
|
Reference in New Issue
Block a user