angular/packages/core/src/render3/util
Shuaib Hasan Akib 5fd75410a9 refactor(core): use proper type for stringifyTypeFromDebugify parameter
Replace the 'any' type with ClassDebugInfo for the debugInfo parameter in
stringifyTypeFromDebugInfo function. This removes the TODO comment that was
tracking the need for proper typing without creating circular dependencies.

The change improves type safety while avoiding circular imports since
stringify_utils.ts doesn't export anything that definition.ts imports.
2025-12-08 10:23:16 -08:00
..
attrs_utils.ts refactor(core): drop render-related perf counters (#60200) 2025-03-06 10:33:54 -08:00
change_detection_utils.ts docs: fix all brokens links on the API pages (#59162) 2025-03-04 20:07:23 +00:00
defer.ts feat(devtools): defer blocks support (#60629) 2025-04-29 22:07:47 -07:00
discovery_utils.ts refactor(core): export profile event as enum and move profile_types.ts and framework to shared devtools folder 2025-11-19 15:22:49 -08:00
global_utils.ts feat(devtools): clean up router tree for stable release (#63081) 2025-09-02 20:59:15 -07:00
injector_discovery_utils.ts refactor(router): drop special handling of the OutletInjector (#58351) 2025-03-31 20:46:01 +00:00
injector_utils.ts refactor(common): Removes unused imports to clean up dependencies 2025-11-06 08:35:28 -08:00
misc_utils.ts refactor(core): introduce ngServerMode as global (#58386) 2024-10-30 10:13:28 -07:00
signal_debug.ts refactor(core): narrow down ReactiveNode.kind type (#64127) 2025-10-20 20:15:46 +00:00
stringify_utils.ts refactor(core): use proper type for stringifyTypeFromDebugify parameter 2025-12-08 10:23:16 -08:00
transfer_state_utils.ts refactor: replace getDocument() with inject(DOCUMENT) 2025-11-25 13:04:58 -05:00
view_traversal_utils.ts refactor(core): prevent duplicating isRootView checks (#59614) 2025-01-22 12:30:27 -08:00
view_utils.ts refactor(core): move the data store operation out of instructions (#61425) 2025-05-19 08:24:45 +00:00