Replies: 2 comments
-
|
Any updates regarding this? I have the same problem in a ecosystem of Angular11, nodejs 12.13 and compodoc installed globaly |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi @jllodra |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Overview of the issue
There are no Components / Directives / Pipes in the main menu, right below the Modules menu item.
If I open Modules, there are all the Modules and within every module, there is a menu item with Components and Directives and Pipes.
Is this normal behaviour? I would like to see all Components and Directives and Pipes independently of the Module they belong to.
The project is a library, with multiple modules, entry points, and uses ng-packgr
I was expecting this (notice Components and Directives menus)
Operating System, Node.js, npm, compodoc version(s)
Win10, nodejs 14, compodoc 1.1.11
Angular configuration, a
package.jsonfile in the root folderpackage.json is standard angular 10.x package.json generated by angular-cli
Compodoc installed globally or locally ?
Locally
If possible sourcecode of the file where it breaks
No break
If possible your terminal logs before the error
No errors, and this info is OK. It's more of a displaying issue I guess.
Motivation for or Use Case
I cannot see a comprehensive list of all Components, Directives, Pipes of the library.
I have to go through "Modules", which is visually a mess.
I would prefer not to see any Components / Directives submenus on Modules.
Reproduce the error
Related issues
Suggest a Fix
Beta Was this translation helpful? Give feedback.
All reactions