ng doc
在浏览器中打开 Angular 官方文档中文版 (angular.cn),并搜索给定的关键字。
Opens the official Angular documentation (angular.io) in a browser, and searches for a given keyword.
ng doc <keyword> [options]
ng d <keyword> [options]
参数
参数 | 说明 | Value Type |
---|---|---|
<keyword> | 要搜索的关键字,和 angular.cn 搜索框中提供的关键字是一样的。 The keyword to search for, as provided in the search bar in angular.io. | string |
选项
选项 | 说明 | Value Type | Default Value |
---|---|---|---|
--help | 在控制台显示关于本命令的帮助信息。 Shows a help message for this command in the console. | true|false|json|JSON | false |
--search | 搜索整个 angular.cn。否则只搜索 API 参考手册。 Search all of angular.io. Otherwise, searches only API reference documentation. 别名: -s | boolean | false |
--version | 要用到的 Angular 版本。如果未提供,则使用你的当前 Angular 核心版本。 Contains the version of Angular to use for the documentation. If not provided, the command uses your current Angular core version. | number |