AngularJS dependency graph
AngularJS dependency graph browser. Implemented as a Chrome extension. Once you install the extension, you can access the graph in Chrome inspector panel.
Installing from Chrome web store
https://chrome.google.com/webstore/detail/angularjs-dependency-grap/gghbihjmlhobaiedlbhcaellinkmlogj
Installing from Source - development version
- Clone the repository:
git clone git://github.com/filso/ng-dependency-graph
- Navigate to
chrome://chrome/extensions/
and enable Developer Mode. - Choose "Load unpacked extension"
- Open the directory you just cloned (should open with Chrome, otherwise try dragging/dropping the file into Chrome) and follow the prompts to install.
Features
- components and modules view
- update graph on reload
- ignore and filter modules
- sticky nodes
- zooming and panning
- filtering by component type
- works for apps loaded asynchronously (
angular.bootstrap
)
Other
This app uses semantic versioning: http://semver.org/