angular/packages/common/src/pipes
Anuj Chhajed 288238abef refactor(core): correct all typeof ngDevMode comparison patterns introduced by #63875
This change replaces all remaining occurrences of `typeof ngDevMode !== undefined`
with the correct `typeof ngDevMode !== 'undefined'` form. This aligns the codebase
with JavaScript typeof semantics and maintains consistency with other Angular code.

(cherry picked from commit 96b79fc393)
2025-12-08 10:30:06 -08:00
..
async_pipe.ts docs: add reference to Built-in Pipes in multiple pipe files 2025-11-11 08:47:12 -08:00
case_conversion_pipes.ts docs: add reference to Built-in Pipes in multiple pipe files 2025-11-11 08:47:12 -08:00
date_pipe.ts refactor(core): correct all typeof ngDevMode comparison patterns introduced by #63875 2025-12-08 10:30:06 -08:00
date_pipe_config.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
i18n_plural_pipe.ts docs: add reference to Built-in Pipes in multiple pipe files 2025-11-11 08:47:12 -08:00
i18n_select_pipe.ts docs: add reference to Built-in Pipes in multiple pipe files 2025-11-11 08:47:12 -08:00
index.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
invalid_pipe_argument_error.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
json_pipe.ts docs: add reference to Built-in Pipes in multiple pipe files 2025-11-11 08:47:12 -08:00
keyvalue_pipe.ts docs: add reference to Built-in Pipes in multiple pipe files 2025-11-11 08:47:12 -08:00
number_pipe.ts docs: add reference to Built-in Pipes in multiple pipe files 2025-11-11 08:47:12 -08:00
slice_pipe.ts docs: add reference to Built-in Pipes in multiple pipe files 2025-11-11 08:47:12 -08:00