tomastrajan / angular-ngrx-material-starter

Angular, NgRx, Angular CLI & Angular Material Starter Project
https://tomastrajan.github.io/angular-ngrx-material-starter
MIT License
2.82k stars 919 forks source link

Added Compodoc to generate a static app documentation #410

Closed kosmas58 closed 5 years ago

kosmas58 commented 5 years ago

What:

Added Compodoc to generate a static app documentation.

The documentation will be generated by running the script npm run compodoc, which creates a directory documentation.

image

codecov-io commented 5 years ago

Codecov Report

Merging #410 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #410   +/-   ##
=======================================
  Coverage   86.48%   86.48%           
=======================================
  Files          66       66           
  Lines        1043     1043           
  Branches       46       46           
=======================================
  Hits          902      902           
  Misses        126      126           
  Partials       15       15

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f1b9577...9b46720. Read the comment docs.

tomastrajan commented 5 years ago

@kosmas58 thank you for this contribution!