It helps during refactoring and chunk size optimisation.
Would be great to see where the module is imported in case of:
- it has providers;
- it has many declarations and in some lazy-loaded module is used only one of them;
- it's imported but not used anymore in that place or imported accidentally;
The main view contains similar info but it doesn't useful if it has 150+ nodes and 300+ edges (only modules without libs);