Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    Home»AngularJs»How to Check Angular Version (Application+CLI)

    How to Check Angular Version (Application+CLI)

    RahulBy RahulOctober 26, 20202 Mins ReadUpdated:November 6, 2020

    How do I find the angular version used in my application? or how to check installed Angular version on my system?

    This tutorial will help you to find the Angular version used by the application. Also, you can find what angular version is installed on my system.

    Check Angular Version in Application

    You can find the angular version used by the application under package.json file. To check this Go into node_modules/@angular/core/package.json file and check version field.

    You will see the version like this:

      "version": "8.2.14"
    

    Check Installed Angular CLI Version

    Angular provides ng command to work with command line. To find out installed Angular version execute following command from terminal:

    ng --version 
    

    Output:

         _                      _                 ____ _     ___
        / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
       / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
      / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
     /_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
                    |___/
    
    
    Angular CLI: 8.3.0
    Node: 12.18.2
    OS: linux x64
    Angular: 8.2.14
    ... animations, common, compiler, compiler-cli, core, forms
    ... language-service, platform-browser, platform-browser-dynamic
    ... router
    
    Package                           Version
    -----------------------------------------------------------
    @angular-devkit/architect         0.803.29
    @angular-devkit/build-angular     0.803.29
    @angular-devkit/build-optimizer   0.803.29
    @angular-devkit/build-webpack     0.803.29
    @angular-devkit/core              8.3.29
    @angular-devkit/schematics        8.3.0 (cli-only)
    @angular/cli                      
    @ngtools/webpack                  8.3.29
    @schematics/angular               8.3.0 (cli-only)
    @schematics/update                0.803.0 (cli-only)
    rxjs                              6.4.0
    typescript                        3.5.3
    webpack                           4.39.2
    
    Angular
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow To Install Python 3.9 on Ubuntu 20.04
    Next Article JavaScript Program to Remove Duplicate Array Elements

    Related Posts

    How to Install Angular CLI on Ubuntu 22.04

    4 Mins Read

    How to Install Angular CLI on Ubuntu 20.04

    Updated:June 23, 20224 Mins Read

    Deploy an Angular Application with PM2

    Updated:September 27, 20205 Mins Read

    How to Install Angular on Fedora 35/34/33

    Updated:April 18, 20223 Mins Read

    How to Install Angular CLI on macOS

    Updated:March 6, 20202 Mins Read

    How to Install Angular CLI on Debian 10/9/8

    Updated:March 6, 20203 Mins Read

    Leave A Reply Cancel Reply

    Recent Posts
    • How To Install Docker on Ubuntu 22.04
    • How to Install Bower on Ubuntu 22.04 & 20.04
    • How to run “npm start” through Docker
    • Filesystem Hierarchy Structure (FHS) in Linux
    • How to accept user input in Python
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.