angular-cn/modules/angular2/change_detection.ts

30 lines
447 B
TypeScript
Raw Normal View History

/**
* @module
* @description
* Change detection enables data binding in Angular.
*/
export {
CHECK_ONCE,
CHECK_ALWAYS,
DETACHED,
CHECKED,
ON_PUSH,
DEFAULT,
ExpressionChangedAfterItHasBeenCheckedException,
ChangeDetectionError,
ChangeDetector,
Locals,
ChangeDetectorRef,
WrappedValue,
Pipe,
Pipes,
PipeFactory,
BasePipe,
NullPipe,
NullPipeFactory
} from 'angular2/src/change_detection/change_detection';