mgechev / ngrev

Tool for reverse engineering of Angular applications
MIT License
1.58k stars 106 forks source link

feat: show modules only command #53

Closed vogloblinsky closed 5 years ago

vogloblinsky commented 5 years ago

Hi @mgechev For a professional audit, i need to display only modules of the application i am auditing. This PR contains a new command in the menu that display only the modules of the current view. Here is an example with real-world-angular-app

Without

Capture-20190527161530-1888x1053

And with the option

Capture-20190527161539-1888x1053

Feel free to discuss that here.

Regards

mgechev commented 5 years ago

I believe you get this when on the first view you double click the module box (see below):

Screen Shot 2019-05-27 at 4 39 03 PM

Probably not the best UX though. Does this view miss anything?

vogloblinsky commented 5 years ago

Oh yes, i miss this option ! But the result is not the same. I need for my audit to have a big picture of the application. Clicking in AppModule gives me only the modules at this level. Compare your screenshot with mine.

mgechev commented 5 years ago

Yes, this makes sense.