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

Function getLoadedInjector

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

Source from the content-addressed store, hash-verified

47}
48
49export function getLoadedInjector(route: Route): EnvironmentInjector | undefined {
50 return route._loadedInjector;
51}
52export function getLoadedComponent(route: Route): Type<unknown> | undefined {
53 return route._loadedComponent;
54}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…