No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
Garrett Mills 921f8dbe07
Update post link
hace 4 años
App.js Big Bang hace 4 años
DependencyInjector.js Big Bang hace 4 años
Injectable.js Big Bang hace 4 años
README.md Update post link hace 4 años
Service.js Big Bang hace 4 años
ServiceContainer.js Big Bang hace 4 años
index.js Big Bang hace 4 años

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.