Compodoc Documentation How to Hide Public Properties and Show Spec Files

222 Views Asked by At

I am working on Compodoc (https://compodoc.app/guides/getting-started.html) documentation for my Angular application and am trying to figure out how to do the following:

  1. Hide public properties without having to use @Ignore. Should I just do this through custom CSS?
  2. Show the spec.ts file for each component in a tab just like Source, Template, and Styles are shown.
  3. How to implement an "Example" tab. Where do I add the actual example code?

Thanks in advance.

0

There are 0 best solutions below