We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ng add @compodoc/compodoc
Add default tsconfig.doc.json for normal Angular project.
tsconfig.doc.json
Add scripts section for package.json
scripts
package.json
Good for Angular beginner.
N/A
The text was updated successfully, but these errors were encountered:
Is these scripts ok for you ?
'compodoc:build': 'compodoc -p tsconfig.doc.json', 'compodoc:build-and-serve': 'compodoc -p tsconfig.doc.json -s', 'compodoc:serve': 'compodoc -s'
Sorry, something went wrong.
7a414d4
vogloblinsky
No branches or pull requests
Overview of the feature
Add default
tsconfig.doc.json
for normal Angular project.Add
scripts
section forpackage.json
Motivation for or Use Case
Good for Angular beginner.
Related issues
N/A
The text was updated successfully, but these errors were encountered: