Please note, this is a STATIC archive of website www.w3resource.com from 19 Jul 2022, cach3.com does not collect or store any user information, there is no "phishing" involved.
w3resource

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 on angular.io.

Options

OPTION DESCRIPTION
--help=true|false|json|JSON Shows a help message for this command in the console.
Default: false
--search=true|false When true, searches all of angular.io. Otherwise, searches only API reference documentation.
Default: false
Aliases: -s

Previous: ng e2e
Next: ng help