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

Function injector

packages/upgrade/src/common/src/angular1.ts:335–338  ·  view source on GitHub ↗
(
  modules: Array<string | IInjectable>,
  strictDi?: boolean,
)

Source from the content-addressed store, hash-verified

333element.cleanData = (nodes) => angular.element.cleanData(nodes);
334
335export const injector: typeof angular.injector = (
336 modules: Array<string | IInjectable>,
337 strictDi?: boolean,
338) => angular.injector(modules, strictDi);
339
340export const resumeBootstrap: typeof angular.resumeBootstrap = () => angular.resumeBootstrap();
341

Callers

nothing calls this directly

Calls 1

injectorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…