Skip to content
Snippets Groups Projects
Commit a5f0f82f authored by ahoch's avatar ahoch
Browse files

Add documentation with compodoc

Compodoc is a documentation tool for Angular applications
which generates static html documentation pages.
A documentation of Testcenter Frontend can be build with
```
npm run compodoc
```
I can be viewed under http://127.0.0.1:8080
parent bd2b515a
No related branches found
No related tags found
No related merge requests found
Pipeline #21635 passed with warnings
......@@ -25,6 +25,9 @@
!.vscode/launch.json
!.vscode/extensions.json
# compodoc
/documentation
# misc
/.sass-cache
/connect.lock
......
This diff is collapsed.
......@@ -12,7 +12,8 @@
"build": "ng build",
"test": "ng test --watch=false",
"lint": "ng lint",
"e2e": "ng e2e"
"e2e": "ng e2e",
"compodoc": "npx compodoc -p tsconfig.doc.json -s"
},
"private": true,
"eslintConfig": {
......@@ -56,6 +57,7 @@
"@angular/cli": "~9.0.6",
"@angular/compiler-cli": "~9.0.6",
"@angular/language-service": "~9.0.6",
"@compodoc/compodoc": "^1.1.11",
"@iqb/eslint-config": "0.0.12",
"@types/jasminewd2": "~2.0.8",
"jasmine-core": "~3.5.0",
......
{
"include": ["src/**/*.ts"],
"exclude": []
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment