mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
18 lines
452 B
Markdown
18 lines
452 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>)
|
|
</p>
|
|
<p>
|
|
Search whole angular.io instead of just api.
|
|
</p>
|
|
</details>
|