Function
injector
(
modules: Array<string | IInjectable>,
strictDi?: boolean,
)
Source from the content-addressed store, hash-verified
| 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 | |
Callers
nothing calls this directly
Tested by
no test coverage detected