UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

7 lines (6 loc) 300 B
/** * @module * @description * Change detection enables data binding in Angular. */ export { ChangeDetectionStrategy, ChangeDetectorRef, WrappedValue, SimpleChange, IterableDiffers, KeyValueDiffers, CollectionChangeRecord, KeyValueChangeRecord } from './change_detection/change_detection';