Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable injecting a list of dependencies #6

Closed
saskodh opened this issue Jul 4, 2016 · 0 comments · Fixed by #12
Closed

Enable injecting a list of dependencies #6

saskodh opened this issue Jul 4, 2016 · 0 comments · Fixed by #12
Assignees

Comments

@saskodh
Copy link
Owner

saskodh commented Jul 4, 2016

Goal

Have support for injecting a list of dependencies. Example:

@Component(DependencyToken)
class DependencyImplOne implements IDependency { ... }
@Component(DependencyToken)
class DependencyImplTwo implements IDependency { ... }

@Component()
class Component {
  @Inject(DependencyToken)
  private dependencies: Array<IDependency>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants