Files
angular-docs-cn/modules/angular2/change_detection.ts
T

28 lines
488 B
TypeScript
Raw Normal View History

/**
* @module
* @description
* Change detection enables data binding in Angular.
*/
export {
ChangeDetectionStrategy,
2015-07-11 17:26:48 +02:00
ExpressionChangedAfterItHasBeenCheckedException,
ChangeDetectionError,
ChangeDetector,
Locals,
2015-07-11 17:26:48 +02:00
ChangeDetectorRef,
WrappedValue,
PipeTransform,
2015-08-12 12:04:54 -07:00
PipeOnDestroy,
IterableDiffers,
IterableDiffer,
IterableDifferFactory,
KeyValueDiffers,
KeyValueDiffer,
2015-08-12 12:04:54 -07:00
KeyValueDifferFactory
2015-08-20 14:28:25 -07:00
} from 'angular2/src/core/change_detection/change_detection';