Sha256: 30275ba53feafee229f6534055e482653a18e2b49ec48484e217871008c51f27
Contents?: true
Size: 631 Bytes
Versions: 17
Compression:
Stored size: 631 Bytes
Contents
# Dependency Injection for Node.js Heavily influenced by [AngularJS] and its implementation of dependency injection. Inspired by [Guice] and [Pico Container]. [AngularJS]: http://angularjs.org/ [Pico Container]: http://picocontainer.codehaus.org/ [Guice]: http://code.google.com/p/google-guice/ <!-- Differences compare to Angular: - service -> type - no config/runtime phase - no providers (configuration happens by registering config) - no $provide - no global module register - no array annotations (but annotate helper) - no decorators - no child injectors (yet) - comment annotation (TBD) - node module injection (TBD) -->
Version data entries
17 entries across 17 versions & 2 rubygems