1.1.3 • Published 4 years ago

bind-di v1.1.3

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

Node.js CI License: MIT

Bind

Modern JavaScript Dependency Injection Framework written in TypeScript

Check out the Documentation website for full documentation

FEATURES

  • 100% TypeScript
  • 100% Decorator based configuration
  • File system scan. Components are loaded from file system, based on @Component decorators. No need for any configuration files.
  • Decorator-based dependency injection via @Inject decorator
  • Constructor-base, property-based and setter-based injections are supported
  • Component store can be replaced at any time even in the running application
  • Dependency validation during initialization phaze.
  • Factory Component - components that can create and return other components
  • Async methods postConstruct and preDestroy can be used to establish database connections or any other async operation needed for initialization.
  • debugging messages with debug library.
  • Support for Component Lifecycle Scoped - Singleton, NewInstance, Request, Session and custom Lifecycle scopes
1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago