mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 20:02:40 +08:00
19 lines
545 B
Markdown
19 lines
545 B
Markdown
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
|
|
|
|
# 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>) <em>default value: false</em>
|
|
</p>
|
|
<p>
|
|
Search for the keyword in the whole [angular.io](https://angular.io) documentation instead of just the API.
|
|
</p>
|
|
</details>
|