Questions tagged [inversifyjs]

InversifyJS is a lightweight IoC container written in TypeScript.

InversifyJS is a lightweight pico inversion of control (IoC) container for TypeScript and JavaScript apps. A pico IoC container uses a class constructor to identify and inject its dependencies.

InversifyJS is easy to integrate with the majority of existing JavaScript frameworks and encourage the usage of the best OOP and IoC practices.

You can learn more about InversifyJS at http://inversify.io/

197 questions
-1
votes
1 answer

How to disable inversify auto-recognition of controller

I want to have two servers, living in the same source tree. one of the app servers carry a lot of functionality, the other one is more narrowly focused. There are common classes to both and really need to share some source between the two…
jeff
  • 3,269
  • 3
  • 28
  • 45
-1
votes
1 answer

How to implement inversifyJS basic example intro html page

I can't find example with html page or any live example for browsers (html page). I need basic example just what to import lib and make one class. I found on http://inversify.io : InversifyJS compiles to clean, simple JavaScript code which runs…
Nikola Lukic
  • 4,001
  • 6
  • 44
  • 75
1 2 3
13
14