2.0.7 • Published 3 years ago

@dsxack/container v2.0.7

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

Container

Build Status

Dependency injection container

Install

With npm:

npm install --save @dsxack/container

With yarn:

yarn add @dsxack/container

Use

var container = new Container();

container.factory('factoryName', function (container, parameters) {
    // return instance
});

container.get('factoryName', parameters);
2.0.7

3 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago