MCPcopy Index your code
hub / github.com/angular/angular / getLoadedRoutes

Function getLoadedRoutes

packages/router/src/router_devtools.ts:16–18  ·  view source on GitHub ↗
(route: Route)

Source from the content-addressed store, hash-verified

14 * Returns the loaded routes for a given route.
15 */
16export function getLoadedRoutes(route: Route): Route[] | undefined {
17 return route._loadedRoutes;
18}
19
20/**
21 * Returns the Router instance from the given injector, or null if not available.

Callers 2

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…