angular/packages/common/test/pipes
Matthias Weiß bdb5371033 feat(common): add injection token for default DatePipe configuration (#47157)
This commit introduces a new `DATE_PIPE_DEFAULT_OPTIONS` token, which
can be used to configure default DatePipe options, such as date
format and timezone.

DEPRECATED:

The `DATE_PIPE_DEFAULT_TIMEZONE` token is now deprecated in favor
of the `DATE_PIPE_DEFAULT_OPTIONS` token, which accepts an object
as a value and the timezone can be defined as a field (called `timezone`)
on that object.

PR Close #47157
2022-10-07 09:16:00 -07:00
..
async_pipe_spec.ts feat(common): make the CommonModule pipes standalone (#46401) 2022-06-23 13:51:43 -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 feat(common): make the CommonModule pipes standalone (#46401) 2022-06-23 13:51:43 -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