angular/packages/common/test/pipes
Kristiyan Kostadinov 9a3cf661a2 refactor(core): update peerDependencies to allow rxjs7 (#42991)
We can't update the framework to rxjs7 until version 13, because it contains breaking changes, but we can allow users to opt into it since all of our code should be compatible.

These changes expand the allowed version range of rxjs and add an integration test to verify that we don't get compilation errors. Note that we also have a test that runs the AIO examples against rxjs 7 already (#42660).

Fixes #41897.

PR Close #42991
2021-08-02 13:55:01 -07:00
..
async_pipe_spec.ts refactor(core): update peerDependencies to allow rxjs7 (#42991) 2021-08-02 13:55:01 -07:00
case_conversion_pipes_spec.ts fix(common): let case conversion pipes accept type unions with null (#36259) (#37447) 2020-09-28 12:23:32 -04:00
date_pipe_spec.ts feat(common): stricter types for DatePipe (#37447) 2020-09-28 12:23:32 -04:00
i18n_plural_pipe_spec.ts test: clean up internal testing utilities (#42177) 2021-05-26 20:07:25 +00:00
i18n_select_pipe_spec.ts fix(common): correct and simplify typing of I18nPluralPipe (#37447) 2020-09-28 12:23:32 -04:00
json_pipe_spec.ts feat(core): update reference and doc to change async to waitAsync. (#37583) 2020-08-03 12:54:13 -07:00
keyvalue_pipe_spec.ts fix(common): re-sort output of KeyValuePipe when compareFn changes (#42821) 2021-07-13 11:33:21 -07:00
number_pipe_spec.ts fix(common): initialize currencyCode in currencyPipe (#40505) 2021-06-03 10:52:28 -07:00
slice_pipe_spec.ts fix(common): correct typing and implementation of SlicePipe (#37447) 2020-09-28 12:23:33 -04:00