ng doc
Opens the official Angular documentation (angular.io) in a browser, and searches for a given keyword.
ng doc <keyword> [options]
ng d <keyword> [options]
Arguments
Argument | Description |
---|---|
<keyword> |
The keyword to search for, as provided in the search bar in angular.io. |
Options
Option | Description |
---|---|
--help=
|
Shows a help message for this command in the console. Default: |
--search=true|false
|
When true, searches all of angular.io. Otherwise, searches only API reference documentation. Default: Aliases: -s |