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

Function getLoadedRoutes

packages/router/src/utils/config.ts:45–47  ·  view source on GitHub ↗
(route: Route)

Source from the content-addressed store, hash-verified

43}
44
45export function getLoadedRoutes(route: Route): Route[] | undefined {
46 return route._loadedRoutes;
47}
48
49export function getLoadedInjector(route: Route): EnvironmentInjector | undefined {
50 return route._loadedInjector;

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…