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:
@@ -18,7 +18,7 @@ import {
|
||||
propDecorator,
|
||||
HasGetterAndSetterDecorators
|
||||
} from './reflector_common';
|
||||
import {IS_DART} from '../../platform';
|
||||
import {IS_DART} from 'angular2/src/core/facade/lang';
|
||||
|
||||
class AType {
|
||||
value;
|
||||
|
||||
Reference in New Issue
Block a user