• Overview
@angular/core/globals

getInjector

function
stable

Retrieves an Injector associated with an element, component or directive instance.

API

function getInjector(elementOrDir: {} | Element): Injector;
@paramelementOrDir{} | Element

DOM element, component or directive instance for which to retrieve the injector.

@returnsInjector

Injector associated with the element, component or directive instance.

Jump to details