ng-version
displays Angular CLI and package versions
TLDR
Show Angular versions
$ ng version
Show version as JSON$ ng version --json
SYNOPSIS
ng version [options]
DESCRIPTION
ng version displays Angular CLI and package versions. It shows all Angular-related dependencies.
The command helps with debugging. Shows Node.js and npm versions too.
PARAMETERS
--json
Output as JSON.--help
Display help information.
CAVEATS
Part of Angular CLI. Useful for troubleshooting. Shows local project versions.
HISTORY
ng version is part of Angular CLI for displaying version information and dependency details.
