Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
*/
290
export
function
setAngularLib(ng: any): void {
291
setAngularJSGlobal(ng);
292
}
293
294
/**
295
* @deprecated Use `getAngularJSGlobal` instead.
Callers
nothing calls this directly
Calls
1
setAngularJSGlobal
Function · 0.85
Tested by
no test coverage detected