How to check the Angular Version Quickly
In this tutorial, we are going to learn about how to check the angular version using cli.
When we install an Angular CLI (command-line interface) globally in our system via npm, we can use the ng --version
command to check the angular version.
ng --version
Output:
➜ ~ ng --version
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 9.1.2
Node: 12.14.1
OS: darwin x64
Angular:
...
Ivy Workspace:
Package Version
------------------------------------------------------
@angular-devkit/architect 0.901.2
@angular-devkit/core 9.1.2
@angular-devkit/schematics 9.1.2
@schematics/angular 9.1.2
@schematics/update 0.901.2
rxjs 6.5.4
Here it shows the angular version 9.1.2
.
Or you check the version by inspecting your angular app inside the browser.
<app-root _nghost-wxk-c11="" ng-version="9.1.2">