Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Garrett Mills 921f8dbe07
Update post link
5 anni fa
App.js Big Bang 5 anni fa
DependencyInjector.js Big Bang 5 anni fa
Injectable.js Big Bang 5 anni fa
README.md Update post link 5 anni fa
Service.js Big Bang 5 anni fa
ServiceContainer.js Big Bang 5 anni fa
index.js Big Bang 5 anni fa

README.md

Basic Dependency Injection

In less than 100 lines of pure, ES6 JavaScript

This is a very bare-bones dependency injector implementation based on the ES6 classes. It's meant to illustrate the feasibility and benefits of using a service-based dependency injector for Node.js/JavaScript applications.

I discuss this project in greater depth in my blog post here.