UNPKG

1.06 kBSource Map (JSON)View Raw
1{"version":3,"file":"change_detection.js","sourceRoot":"","sources":["../../../../modules/@angular/core/src/change_detection.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH;;;;GAIG;AAEH,SAAQ,uBAAuB,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,qBAAqB,EAAyC,eAAe,EAAE,oBAAoB,EAAyC,eAAe,EAAiB,YAAY,EAA4B,YAAY,QAAO,qCAAqC,CAAC","sourcesContent":["/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n/**\n * @module\n * @description\n * Change detection enables data binding in Angular.\n */\n\nexport {ChangeDetectionStrategy, ChangeDetectorRef, CollectionChangeRecord, DefaultIterableDiffer, IterableDiffer, IterableDifferFactory, IterableDiffers, KeyValueChangeRecord, KeyValueDiffer, KeyValueDifferFactory, KeyValueDiffers, PipeTransform, SimpleChange, SimpleChanges, TrackByFn, WrappedValue} from './change_detection/change_detection';\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"]}
\No newline at end of file