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

Function module_

packages/upgrade/src/common/src/angular1.ts:328–329  ·  view source on GitHub ↗
(prefix, dependencies?)

Source from the content-addressed store, hash-verified

326// Do not declare as `module` to avoid webpack bug
327// (see https://github.com/angular/angular/issues/30050).
328export const module_: typeof angular.module = (prefix, dependencies?) =>
329 angular.module(prefix, dependencies);
330
331export const element: typeof angular.element = ((e) =>
332 angular.element(e)) as typeof angular.element;

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…