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:
- Hide public properties without having to use
@Ignore. Should I just do this through custom CSS? - Show the
spec.tsfile for each component in a tab just like Source, Template, and Styles are shown. - How to implement an "Example" tab. Where do I add the actual example code?
Thanks in advance.