angular-cn/modules/angular2/test/common/pipes
Misko Hevery 310620fd12 chore: upgrade to new Zone.js API v0.6.2
BREAKING CHANGE

Removed deprecated API from NgZone
- `NgZone.overrideOnTurnStart`
- `NgZone.overrideOnTurnDone`
- `NgZone.overrideOnEventDone`
- `NgZone.overrideOnErrorHandler`

Rename NgZone API
- `NgZone.onTurnStart` => `NgZone.onUnstable`
- `NgZone.onTurnDone` => `NgZone.onMicrotaskEmpty`
- `NgZone.onEventDone` => `NgZone.onStable`

Closes #7345
2016-03-16 18:05:09 +00:00
..
async_pipe_spec.ts chore: upgrade to new Zone.js API v0.6.2 2016-03-16 18:05:09 +00:00
date_pipe_spec.ts cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00
i18n_plural_pipe_spec.ts feat(i18n): added i18nPlural and i18nSelect pipes 2016-03-01 16:40:48 +00:00
i18n_select_pipe_spec.ts feat(i18n): added i18nPlural and i18nSelect pipes 2016-03-01 16:40:48 +00:00
json_pipe_spec.ts cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00
lowercase_pipe_spec.ts cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00
number_pipe_spec.ts chore(test): migrate Dart tests to package:test 2016-03-04 02:27:44 +00:00
pipe_binding_spec.ts refactor(core): move directives, pipes, and forms into common 2015-11-05 23:00:32 +00:00
pipes_spec.ts refactor(pipes): use angular lifecycle hooks instead of PipeOnDestroy 2015-11-30 16:40:50 -08:00
replace_pipe_spec.ts feat(pipes): add ReplacePipe for string manipulation 2016-02-25 22:56:13 +00:00
slice_pipe_spec.ts cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00
uppercase_pipe_spec.ts cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00