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

Function setAngularLib

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

Source from the content-addressed store, hash-verified

288 * @publicApi
289 */
290export function setAngularLib(ng: any): void {
291 setAngularJSGlobal(ng);
292}
293
294/**
295 * @deprecated Use `getAngularJSGlobal` instead.

Callers

nothing calls this directly

Calls 1

setAngularJSGlobalFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…