Gets a value from the injector
Gets a value from the injector
the key for the value to get. May be a string or arbitrary object.
the Dependency Injection value that matches the key
Asynchronously gets a value from the injector
Asynchronously gets a value from the injector
Returns a promise for a value from the injector. Returns resolve values and/or values from the native injector (ng1/ng2).
the key for the value to get. May be a string or arbitrary object.
a Promise for the Dependency Injection value that matches the key
Generated using TypeDoc
An interface for getting values from dependency injection.