mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 11:44:05 +08:00
19 lines
595 B
Markdown
19 lines
595 B
Markdown
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
|
|
**Documentation below is for CLI version 6 and we no longer accept PRs to improve this. For version 7 see [here](https://angular.io/cli/doc)**.
|
|
|
|
# ng doc
|
|
|
|
## Overview
|
|
`ng doc [search term]` Opens the official Angular API documentation for a given keyword on [angular.io](https://angular.io).
|
|
|
|
## Options
|
|
<details>
|
|
<summary>search</summary>
|
|
<p>
|
|
<code>--search</code> (alias: <code>-s</code>)
|
|
</p>
|
|
<p>
|
|
Search whole angular.io instead of just api.
|
|
</p>
|
|
</details>
|