0.0.1 • Published 8 years ago

angular-module-injector v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

Angular Module Injectornpm-registry

Installing with NPM

npm install --save angular-module-injector

Installing with Bower

bower install https://github.com/krasevych/angular-module-injector.git

Manual installation

<body>
  <script src="angular-1.x.js"></script>
  <script src="dist/angular-module-injector.ts"></script>
  <script src="app.js"></script>
</body>