angular/packages/common/test/pipes
Alex Rickabaugh 72b4ff4b9e fix(common): untrack subscription and unsubscription in async pipe (#50522)
This commit wraps the actual subscription/unsubscription in the `async`
pipe with `untracked`, to ensure that any signal reads/writes which might
take place in `Observable` side effects are not attributed to the template.

Fixes #50382

PR Close #50522
2023-05-31 12:38:30 -07:00
..
async_pipe_spec.ts fix(common): untrack subscription and unsubscription in async pipe (#50522) 2023-05-31 12:38:30 -07:00
case_conversion_pipes_spec.ts feat(common): make the CommonModule pipes standalone (#46401) 2022-06-23 13:51:43 -07:00
date_pipe_spec.ts feat(common): add injection token for default DatePipe configuration (#47157) 2022-10-07 09:16:00 -07:00
i18n_plural_pipe_spec.ts refactor(common): add missing override to satisfy the linter (#49599) 2023-03-28 10:12:36 -07:00
i18n_select_pipe_spec.ts feat(common): make the CommonModule pipes standalone (#46401) 2022-06-23 13:51:43 -07:00
json_pipe_spec.ts feat(common): make the CommonModule pipes standalone (#46401) 2022-06-23 13:51:43 -07:00
keyvalue_pipe_spec.ts feat(common): make the CommonModule pipes standalone (#46401) 2022-06-23 13:51:43 -07:00
number_pipe_spec.ts feat(common): make the CommonModule pipes standalone (#46401) 2022-06-23 13:51:43 -07:00
slice_pipe_spec.ts feat(common): make the CommonModule pipes standalone (#46401) 2022-06-23 13:51:43 -07:00