container-ioc
Inversion of Control container & Dependency Injection for Javascript and Node.js apps powered by Typescript.
File Explorer
Download Latest Version (.zip)- basic-example.js
- hierarchical-containers.js
- life-time-control.js
- resolving-container.js
- use-factory-with-injections.js
- use-factory.js
- use-value.js
- alternative-syntax.ts
- basic-example.ts
- hierarchical-containers.ts
- life-time-control.ts
- resolving-container.ts
- use-factory-with-injections.ts
- use-factory.ts
- use-value.ts
- annotator-provider.ts
- index.ts
- keys.ts
- metadata-annotator.interface.ts
- static-metadata-annotator.ts
- container.interface.ts
- container.ts
- decorators.ts
- exceptions.ts
- index.ts
- injection-token.ts
- interfaces.ts
- registry-data.ts
- container.spec.ts
- decorators.spec.ts
- .gitignore
- .npmignore
- .travis.yml
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTION.md
- gulpfile.js
- LICENSE
- package.json
- README.md
- tsconfig.json
- tslint.json
# Installation Guide
1. Get the code
git clone https://github.com/typesoft/container-ioc
Downloads the entire project code from GitHub to your computer.
cd container-ioc
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install --save container-ioc
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
