angular/packages/common/src/location
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
..
hash_location_strategy.ts docs: rename @nodoc to @docs-private (#61194) 2025-05-09 10:23:00 -07:00
index.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
location.ts docs: rename @nodoc to @docs-private (#61194) 2025-05-09 10:23:00 -07:00
location_strategy.ts refactor(core): correct all typeof ngDevMode comparison patterns introduced by #63875 2025-12-08 10:30:06 -08:00
navigation_adapter_for_location.ts refactor(router): Add provider for integrating with Navigation API and Location shim 2025-10-27 09:22:00 +01:00
platform_location.ts refactor(core): correct all typeof ngDevMode comparison patterns introduced by #63875 2025-12-08 10:30:06 -08:00
util.ts refactor(common): simplify stripTrailingSlash (#59746) 2025-02-19 15:20:53 +00:00