refactor(core): move more modules into core
This commit is contained in:
27
modules/angular2/src/core/change_detection.ts
Normal file
27
modules/angular2/src/core/change_detection.ts
Normal file
@ -0,0 +1,27 @@
|
||||
/**
|
||||
* @module
|
||||
* @description
|
||||
* Change detection enables data binding in Angular.
|
||||
*/
|
||||
|
||||
export {
|
||||
ChangeDetectionStrategy,
|
||||
|
||||
ExpressionChangedAfterItHasBeenCheckedException,
|
||||
ChangeDetectionError,
|
||||
|
||||
ChangeDetector,
|
||||
Locals,
|
||||
ChangeDetectorRef,
|
||||
|
||||
WrappedValue,
|
||||
PipeTransform,
|
||||
PipeOnDestroy,
|
||||
IterableDiffers,
|
||||
IterableDiffer,
|
||||
IterableDifferFactory,
|
||||
KeyValueDiffers,
|
||||
KeyValueDiffer,
|
||||
KeyValueDifferFactory
|
||||
|
||||
} from 'angular2/src/core/change_detection/change_detection';
|
Reference in New Issue
Block a user