MCPcopy
hub / github.com/angular/angular / getAngularJSGlobal

Function getAngularJSGlobal

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

Source from the content-addressed store, hash-verified

317 * @publicApi
318 */
319export function getAngularJSGlobal(): any {
320 return angular;
321}
322
323export const bootstrap: typeof angular.bootstrap = (e, modules, config?) =>
324 angular.bootstrap(e, modules, config);

Callers 4

injection_spec.tsFile · 0.85
getAngularLibFunction · 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…