Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
310
export
function
setAngularJSGlobal(ng: any): void {
311
angular = ng;
312
}
313
314
/**
315
* Returns the current AngularJS global.
Callers
2
injection_spec.ts
File · 0.85
setAngularLib
Function · 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…