Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
Garrett Mills 921f8dbe07
Update post link
5 anos atrás
App.js Big Bang 5 anos atrás
DependencyInjector.js Big Bang 5 anos atrás
Injectable.js Big Bang 5 anos atrás
README.md Update post link 5 anos atrás
Service.js Big Bang 5 anos atrás
ServiceContainer.js Big Bang 5 anos atrás
index.js Big Bang 5 anos atrás

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.