question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FEATURE] Grouping components based on module

See original GitHub issue

Hi,

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:closed
  • Created 6 years ago
  • Reactions:9
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

6reactions
vogloblinskycommented, Mar 12, 2018

I have finally simplify the UI for modules and children : Here is an example with the demo project :

  • before

compodoc github io_compodoc-demo-todomvc-angular_modules_todomodule html

  • after

localhost_8080_modules_todomodule html

All the components, directives, pipes and injectables of a module are now listed directly inside the concerned module.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found