
Scenario
We have created the Angular Todo application using the Firefly Semantics Reactive State Manager and now we wish to document it using CompoDoc.
Approach
Install
npm install -g @compodoc/compodoc
Clone Application
Clone the Todo application and initialize the dependencies.
git clone git@github.com:fireflysemantics/angulr-material-todo-application.gitcd angulr-material-todo-applicationnpm i
Create the file tsconfig.doc.json
with these contents…