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 f3393d5 commit ea1f0a0Copy full SHA for ea1f0a0
package.json
@@ -7,7 +7,7 @@
7
"build": "ng build",
8
"watch": "ng build --watch --configuration development",
9
"test": "ng test",
10
- "compodoc:build": "compodoc -p tsconfig.doc.json",
+ "compodoc:build": "compodoc -p tsconfig.doc.json -a screenshots -n \"TodoMVC Angular documentation\" --includes additional-doc",
11
"compodoc:build-and-serve": "compodoc -p tsconfig.doc.json -s",
12
"compodoc:serve": "compodoc -s"
13
},
0 commit comments