MCPcopy
hub / github.com/angular/angular / getProvidersInjector

Function getProvidersInjector

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

Source from the content-addressed store, hash-verified

54}
55
56export function getProvidersInjector(route: Route): EnvironmentInjector | undefined {
57 return route._injector;
58}
59
60export function validateConfig(
61 config: Routes,

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…