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

Function getAngularLib

packages/upgrade/src/common/src/angular1.ts:299–301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

297 * @publicApi
298 */
299export function getAngularLib(): any {
300 return getAngularJSGlobal();
301}
302
303/**
304 * Resets the AngularJS global.

Callers

nothing calls this directly

Calls 1

getAngularJSGlobalFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…