Retrieves an Injector
associated with an element, component or directive instance.
ng.getInjector(elementOrDir: {} | Element):
Injector
ng.getInjector(elementOrDir: {} | Element): Injector
参数
elementOrDir | {} | Element | DOM element, component or directive instance for which to retrieve the injector. |
返回值
Injector
: Injector associated with the element, component or directive instance.