HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ng version — Display Angular CLI version. More information: <https://angular.dev/cli/version>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
angularcommandng versionclimoreversiondisplay

Problem

How to use the ng version command: Display Angular CLI version. More information: <https://angular.dev/cli/version>.

Solution

ng version — Display Angular CLI version. More information: <https://angular.dev/cli/version>.

Display version:
ng {{[v|version]}}


Display the CLI, framework, system, and project dependency versions in JSON format:
ng {{[v|version]}} --json

Code Snippets

Display version

ng {{[v|version]}}

Display the CLI, framework, system, and project dependency versions in JSON format

ng {{[v|version]}} --json

Context

tldr-pages: common/ng version

Revisions (0)

No revisions yet.