Files
angular-docs-cn/modules/@angular/core/src/change_detection.ts
T

8 lines
435 B
TypeScript
Raw Normal View History

/**
* @module
* @description
* Change detection enables data binding in Angular.
*/
2016-06-08 16:38:52 -07:00
export {ChangeDetectionStrategy, ChangeDetectorRef, CollectionChangeRecord, DefaultIterableDiffer, IterableDiffer, IterableDifferFactory, IterableDiffers, KeyValueChangeRecord, KeyValueDiffer, KeyValueDifferFactory, KeyValueDiffers, PipeTransform, SimpleChange, SimpleChanges, TrackByFn, WrappedValue} from './change_detection/change_detection';