@brunoc/di

A dependency injection proof of concept based on the nehalist.io/dependency-injection-in-typescript tutorial

Usage no npm install needed!

<script type="module">
  import brunocDi from 'https://cdn.skypack.dev/@brunoc/di';
</script>

README

The Typescript Dependence Injection

This is proof of concept on typescript dependency injection heavily inspired (Basically, started from a copy) of the excellent nehalist.io tutorial. The original repo is Here.

Motivation

The idea of this project is to study how it could be done in typescript, because of this, it is a really simple project and have no ambition in become a full DI framework.