2015-07-27 22:12:30 -07:00
p.location-badge.
exported from <a href='../di'>angular2/di</a>
2015-09-01 13:55:47 -07:00
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.36/modules/angular2/src/core/di/binding.ts#L217-L242">angular2/src/core/di/binding.ts (line 217)</a>
2015-07-27 22:12:30 -07:00
:markdown
2015-09-01 13:55:47 -07:00
The `di` module provides dependency injection container services.
2015-07-27 22:12:30 -07:00
.l-main-section
h2 Members
.l-sub-section
h3 constructor
pre.prettyprint
code.
2015-09-01 13:55:47 -07:00
constructor(key: Key, factory: Function, dependencies: Dependency[])
2015-07-27 22:12:30 -07:00
:markdown
.l-sub-section
h3 key
:markdown
A key, usually a `Type`.
.l-sub-section
h3 factory
:markdown
Factory function which can return an instance of an object represented by a key.
.l-sub-section
h3 dependencies
:markdown
Arguments (dependencies) to the `factory` function.