()
| 317 | * @publicApi |
| 318 | */ |
| 319 | export function getAngularJSGlobal(): any { |
| 320 | return angular; |
| 321 | } |
| 322 | |
| 323 | export const bootstrap: typeof angular.bootstrap = (e, modules, config?) => |
| 324 | angular.bootstrap(e, modules, config); |
no outgoing calls
no test coverage detected
searching dependent graphs…