angular-docs-cn/modules/angular2/test/change_detection
vsavkin 839edaa15b feat(pipes): changed PipeTransform to make onDestroy optional
BREAKING CHANGE:

Before:
  Angular called onDestroy on all pipes.

After:
  Angular calls onDestroy only on pipes that have the onDestroy method.
2015-08-13 01:39:21 +00:00
..
differs feat(pipes): replaces iterable and key value diffing pipes with services 2015-08-04 10:39:55 -07:00
generated refactor(change detect): Clean up change detector test layout 2015-06-10 16:09:48 -07:00
generator fix(change_detect): Handle '$' in change detector strings 2015-07-16 13:01:53 -07:00
parser fix(parser): detect empty expression in strings to interpolate 2015-08-04 08:44:14 +02:00
change_detection_spec.ts feat(change_detection): generate checkNoChanges only in dev mode 2015-07-27 15:50:19 -07:00
change_detector_config.ts perf(change_detection): do not check intermediate results 2015-07-29 21:58:29 +00:00
change_detector_spec.ts feat(pipes): changed PipeTransform to make onDestroy optional 2015-08-13 01:39:21 +00:00
coalesce_spec.ts perf(change_detection): do not check intermediate results 2015-07-29 21:58:29 +00:00
iterable.dart chore(packaging): move files to match target file structure 2015-02-05 15:46:13 -08:00
iterable.ts refactor(ChangeDetection): convert change detection tests to typescript 2015-05-28 10:01:30 -07:00
proto_record_builder_spec.ts perf(change_detection): do not check intermediate results 2015-07-29 21:58:29 +00:00
proto_record_spec.ts perf(change_detection): do not check intermediate results 2015-07-29 21:58:29 +00:00
util.ts fix: fix clang errors 2015-05-28 11:08:26 -07:00