/injection-js-scratch

ioc using injection-js

Primary LanguageTypeScript

injection-js-scratch

💉 Examples of inversion of control using the dependency injection container from Angular outside of Angular.

The API is based on ReflectiveInjector and extracted as an npm package injection-js.

Run the examples

Install dependencies: $ yarn install

Run coffee example: $ yarn run start:coffee

Run computer example: $ yarn run start:computer