angular-cn/modules/angular2/test/change_detection/pipes
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
..
iterable_changes_spec.js cleanup(change_detection): moved pipes-related tests to the pipes dir 2015-04-20 14:24:15 -07:00
keyvalue_changes_spec.js cleanup(change_detection): moved pipes-related tests to the pipes dir 2015-04-20 14:24:15 -07:00
observable_pipe_spec.js refactor(ChangeDetection): rename AsyncPipe to ObservablePipe 2015-05-11 14:25:27 -07:00
pipe_registry_spec.js refactor(PipeRegistry): improve error messages 2015-04-23 11:04:30 -07:00
promise_pipe_spec.js feat(PromisePipe): add pipe for promises 2015-05-11 14:23:46 -07:00