angular/devtools/projects/ng-devtools/src/lib
AleksanderBodurri d006721f30 feat(devtools): clean up router tree for stable release (#63081)
Addresses some cleanup items for the router tree:

- No longer loads router ng global APIs as a side effect of importing the router. Rather this is now a runtime step that occurs when provideRouter is called.
- No longer depends on router.navigateByUrl in Angular DevTools. There is now a dedicated global util for this
- Router instance logic no longer depends on token name
- Prevents navigating to lazy or redirect routes (these don't have an associated component)

PR Close #63081
2025-09-02 20:59:15 -07:00
..
application-environment refactor(bazel): reduce build deps (#63348) 2025-08-28 09:16:10 -07:00
application-operations refactor(devtools): implement settings store (#62429) 2025-08-06 15:12:00 +02:00
application-providers refactor(devtools): provide signalGraphEnabled via settings service (#63374) 2025-08-26 09:42:12 -07:00
application-services refactor(bazel): reduce build deps (#63348) 2025-08-28 09:16:10 -07:00
devtools-tabs feat(devtools): clean up router tree for stable release (#63081) 2025-09-02 20:59:15 -07:00
shared fix(devtools): runtime errors caused by tree node snapping and tab change (#63531) 2025-09-02 16:43:32 +00:00
BUILD.bazel refactor: various build and import specificer fixes for strict deps (#63323) 2025-08-22 14:45:00 -07:00
devtools.component.html refactor(devtools): add property show graph button (#62853) 2025-08-20 09:04:24 +00:00
devtools.component.scss refactor(devtools): introduce responsive-split directive (#61204) 2025-05-20 08:51:59 +00:00
devtools.component.ts refactor(devtools): add property show graph button (#62853) 2025-08-20 09:04:24 +00:00
devtools_spec.ts refactor(devtools): save theme preference (#63050) 2025-08-08 08:58:14 -07:00