angular2
Version:
Angular 2 - a web framework for modern web apps
7 lines • 369 B
JavaScript
/**
* @module
* @description
* Change detection enables data binding in Angular.
*/
export { ChangeDetectionStrategy, ExpressionChangedAfterItHasBeenCheckedException, ChangeDetectionError, ChangeDetectorRef, WrappedValue, SimpleChange, IterableDiffers, KeyValueDiffers } from './change_detection/change_detection';
//# sourceMappingURL=change_detection.js.map