0.0.8 • Published 5 years ago

typescript-inject v0.0.8

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Typescript Dependency Injection Library

Build status

Goal

The goal of this package is to provide a simple Dependency Injection library without decorators to Typescript

Examples

Registering instances

register('ConfigurationService', () => new ConfigurationService());

Using instances

const configurationService = inject<ConfigurationService>('ConfigurationService');
0.0.8

5 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago