(prefix, dependencies?)
| 326 | // Do not declare as `module` to avoid webpack bug |
| 327 | // (see https://github.com/angular/angular/issues/30050). |
| 328 | export const module_: typeof angular.module = (prefix, dependencies?) => |
| 329 | angular.module(prefix, dependencies); |
| 330 | |
| 331 | export const element: typeof angular.element = ((e) => |
| 332 | angular.element(e)) as typeof angular.element; |
no outgoing calls
no test coverage detected
searching dependent graphs…