UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

25 lines (20 loc) 442 B
/** * @module * @description * Change detection enables data binding in Angular. */ export { ChangeDetectionStrategy, ExpressionChangedAfterItHasBeenCheckedException, ChangeDetectionError, ChangeDetectorRef, WrappedValue, SimpleChange, PipeTransform, IterableDiffers, IterableDiffer, IterableDifferFactory, KeyValueDiffers, KeyValueDiffer, KeyValueDifferFactory } from './change_detection/change_detection';