Skip to content

[Angular, NX] Incomplete documentation in the Args table (new behavior?) #28783

Answered by Marklb
KyneSilverhide asked this question in Help
Discussion options

You must be logged in to vote

"autodocs" is not necessarily related to the ArgTable. It basically just determines if the documentation pages should automatically be generated. In the Angular framework, the argTypes are generated purely from the json file that compodoc outputs, unless the story manually defines them.

The stories files are not important in the compodoc output. The tsconfig that compodoc receives only has to be able to find your component files.

If you made a project that reproduces your problem that I could clone then I could probably find the issue fairly quickly.

To break this down to a very simple example, just to confirm that the problem is your tsconfig, if my assumption is correct. The following s…

Replies: 2 comments 14 replies

Comment options

You must be logged in to vote
13 replies
@Marklb
Comment options

Marklb Aug 22, 2024
Collaborator

@KyneSilverhide
Comment options

@KyneSilverhide
Comment options

@Marklb
Comment options

Marklb Aug 28, 2024
Collaborator

Answer selected by KyneSilverhide
@KyneSilverhide
Comment options

@KyneSilverhide
Comment options

Comment options

You must be logged in to vote
1 reply
@Marklb
Comment options

Marklb Aug 8, 2024
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants