Specific documentation for specialized tasks involved in setting up this project.
Code coverage is setup in karma.conf.js. (Which was exported
using ng generate config karma
.) The output is put into ./docs/coverage
, and
then served via GitHub Pages.
Using Compodoc to generate documenation from the source code. It is also served through GitHub Pages.
[!TIP] This project is overly documented for educational purposes. Unless you are building a library it is probably not necessary to include documentation in your web application.