( modules: Array<string | IInjectable>, strictDi?: boolean, )
| 333 | element.cleanData = (nodes) => angular.element.cleanData(nodes); |
| 334 | |
| 335 | export const injector: typeof angular.injector = ( |
| 336 | modules: Array<string | IInjectable>, |
| 337 | strictDi?: boolean, |
| 338 | ) => angular.injector(modules, strictDi); |
| 339 | |
| 340 | export const resumeBootstrap: typeof angular.resumeBootstrap = () => angular.resumeBootstrap(); |
| 341 |
nothing calls this directly
no test coverage detected
searching dependent graphs…