angular-docs-cn/modules/angular2/test/change_detection
Jeff Cross 5691063ba0 refactor(ChangeDetection): rename AsyncPipe to ObservablePipe
The async pipe in templates will now delegate to both Observable pipe or Promise pipe,
whichever first says it can support the input. Therefore, it's beneficial to disambiguate
the name of the AsyncPipe/AsyncPipeFactory constructors to reflect that these actually
support only Observables.
2015-05-11 14:25:27 -07:00
..
parser feat(parser): support === and !== operators 2015-04-23 20:01:31 +02:00
pipes refactor(ChangeDetection): rename AsyncPipe to ObservablePipe 2015-05-11 14:25:27 -07:00
change_detection_spec.js fix(change_detection): updated dynamic change detector not to mutate when throwing 2015-05-08 10:46:08 -07:00
coalesce_spec.js feat(view): reimplemented property setters using change detection 2015-04-23 11:55:27 -07:00
iterable.dart chore(packaging): move files to match target file structure 2015-02-05 15:46:13 -08:00
iterable.es6 chore(packaging): move files to match target file structure 2015-02-05 15:46:13 -08:00
util.js refactor(forEach): change to for-of with iterable 2015-03-21 14:19:21 -07:00