angular/modules/angular2/test/change_detection/pipes
vsavkin 392de4af67 feat(pipes): replaces iterable and key value diffing pipes with services
BREAKING CHANGE:
    Directives that previously injected Pipes to get iterableDiff or keyvalueDiff, now should inject IterableDiffers and KeyValueDiffers.
2015-08-04 10:39:55 -07:00
..
date_pipe_spec.ts feat(pipes): add date pipe 2015-07-09 15:00:14 -07:00
json_pipe_spec.ts chore: kill ListWrapper.create() and .push(). 2015-06-17 16:21:55 -07:00
limit_to_pipe_spec.ts feat(pipes): add limitTo pipe 2015-07-01 13:36:01 -07:00
lowercase_pipe_spec.ts refactor(ChangeDetection): convert change detection tests to typescript 2015-05-28 10:01:30 -07:00
number_pipe_spec.ts feat(pipes): add number (decimal, percent, currency) pipes 2015-07-09 14:59:57 -07:00
observable_pipe_spec.ts chore(build): Upgrade to TypeScript@1.5.3 2015-07-31 20:01:27 +00:00
pipes_spec.ts feat(exception_handler): print originalException and originalStack for all exceptions 2015-07-24 15:45:26 -07:00
promise_pipe_spec.ts chore(build): Upgrade to TypeScript@1.5.3 2015-07-31 20:01:27 +00:00
uppercase_pipe_spec.ts refactor(ChangeDetection): convert change detection tests to typescript 2015-05-28 10:01:30 -07:00