NCGThompson / CS-485-Project-1

0 stars 0 forks source link

Install Compodoc #20

Closed NCGThompson closed 6 months ago

NCGThompson commented 6 months ago

Compodoc has compatible syntax to JSDoc. I added Compodoc's output folder to the .gitignore for now, so you have to build it for yourself.

npm run compodoc:build-and-serve 

For a overview of making documentation in Angular apps, see this article.

I also ran ng update and npm update again.