[FEATURE] Grouping components based on module
See original GitHub issueHi,
I would like to suggest that it would be better to have grouping of components according to their modules.Currently components are listed under the COMPONENTS section in alphabetical order.It would be useful particularly for larger projects(having lots of components) if the components are grouped together based on their modules.(Just like it’s being shown in Modules under Declarations).
For eg: If componentA and componentB are part of moduleA and componentC part of ModuleB, then in generated documentation under COMPONENTS section
ModuleA
componentA
componentB
ModuleB
componentC
Issue Analytics
- State:
- Created 6 years ago
- Reactions:9
- Comments:15 (8 by maintainers)
Top Results From Across the Web
Why and how to structure Features in Modules in Angular
Just grouping services and components into folders by feature doesn't fully deliver on the above idea. Using a module to define a feature...
Read more >Feature modules - Angular
A feature module delivers a cohesive set of functionality focused on a specific application need such as a user workflow, routing, or forms....
Read more >Advanced Topic - Organizing by Features and Components
Organizing by Feature or Component These constructs can group solution builders in many ways – by technology, functional organization, a source ...
Read more >App Module vs Core Module vs Shared Module vs Feature ...
The Shared Module is where we want everything to live that is shared throughout the application. Components, directives, guards, & pipes can all ......
Read more >Common modularization patterns - Android Developers
Common modularization patterns · Data modules. A data module usually contains a repository, data sources and model classes. · Feature modules · App ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have finally simplify the UI for modules and children : Here is an example with the demo project :
All the components, directives, pipes and injectables of a module are now listed directly inside the concerned module.
Links for future dev : https://blog.patternfly.org/going-vertical-a-look-at-multi-level-vertical-navigation-for-enterprise-applications/ https://github.com/mewsoft/Bootstrap-DrillDownMenu https://github.com/ozerk/Foundation5-DrillDownMenu https://foundation.zurb.com/sites/docs/drilldown-menu.html#Item-1B