Compodoc automated documentation
July 22, 2018 ยท View on GitHub
Compodoc is a documentation tool for Angular applications. It generates a static documentation of your application. Others developers of your team, or internet visitors for a public documentation, can easily understand the features of your application or library.
How to run
Generate documentation.
npm run compodoc:g
Generate documentation and serve on http://localhost:8080.
npm run compodoc:s
Generate documentation, serve on http://localhost:8080 and watch changes.
npm run compodoc:w