Skip to content
New issue

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

[FEATURE] ng add support #1155

Closed
doggy8088 opened this issue Nov 26, 2021 · 1 comment
Closed

[FEATURE] ng add support #1155

doggy8088 opened this issue Nov 26, 2021 · 1 comment

Comments

@doggy8088
Copy link
Contributor

Overview of the feature
ng add @compodoc/compodoc
  1. Add default tsconfig.doc.json for normal Angular project.

  2. Add scripts section for package.json

Motivation for or Use Case

Good for Angular beginner.

Related issues

N/A

@vogloblinsky
Copy link
Contributor

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants