Get the token from the first injector which contains it.
Get the token from the first injector which contains it.
Delegates to the first Injector.get().
If not found, then delegates to the second Injector (and so forth).
If no Injector contains the token, return the notFoundValue
, or throw.
the DI token
the value to return if none of the Injectors contains the token.
the DI value
Generated using TypeDoc
Merge two injectors
This class implements the Injector ng2 interface but delegates to the Injectors provided in the constructor.