2.0.7 • Published 5 years ago

@dsxack/container v2.0.7

Weekly downloads
8
License
MIT
Repository
github
Last release
5 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

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago