We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1914618 commit a4674fbCopy full SHA for a4674fb
.gitignore
@@ -25,8 +25,7 @@
25
!.vscode/extensions.json
26
27
# Documentation
28
-/documentation
29
-/docs
+compodoc/
30
31
# misc
32
/.sass-cache
package.json
@@ -4,7 +4,7 @@
4
"license": "MIT",
5
"scripts": {
6
"ng": "ng",
7
- "build:docs": "compodoc -p src/tsconfig.app.json",
+ "build:docs": "compodoc -p src/tsconfig.app.json -d docs/compodoc",
8
"start": "ng serve",
9
"build": "ng build",
10
"test": "ng test",
0 commit comments