angular-modules-checker

0.0.1 • Public • Published

angular-modules-checker

Angular decoration for angular.module core function, in order to populate an array container angular.modules and retrieve a list of available and loaded modules.

Credits: http://stackoverflow.com/questions/24889783/angularjs-get-list-of-all-registered-modules/24890518#24890518

Install

You can install this package either with npm or with bower.

npm

npm install angular-modules-checker

Then add a <script> to your index.html:

<script src="/node_modules/angular-modules-checker/angular-modules-checker.js"></script>

bower

bower install angular-modules-checker

Then add a <script> to your index.html:

<script src="/bower_components/angular-modules-checker/angular-modules-checker.js"></script>

Package Sidebar

Install

npm i angular-modules-checker

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • xdemocle