UNPKG

node-dependency-injection

Version:

The NodeDependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.

13 lines (11 loc) 409 B
# Change Log # [3.0.0] - 2022-05-19 ### Changed - File Loader load method is now Promised - ContainerBuilder compile is now Promised - ContainerBuilder findDefinition is now Promised - Custom Compiler Pass process needs to be Promised - Container Builder findTaggedServiceIds returns an Iterable object instead of Map ### Added - Autowire support for TypeScript - Get container service from a class instance