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

Function setAngularJSGlobal

packages/upgrade/src/common/src/angular1.ts:310–312  ·  view source on GitHub ↗
(ng: any)

Source from the content-addressed store, hash-verified

308 * @publicApi
309 */
310export function setAngularJSGlobal(ng: any): void {
311 angular = ng;
312}
313
314/**
315 * Returns the current AngularJS global.

Callers 2

injection_spec.tsFile · 0.85
setAngularLibFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…