Facebook Twitter Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    You are at:Home»AngularJs»How to Check Angular Version (Application+CLI)

    How to Check Angular Version (Application+CLI)

    By 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?

    Advertisement

    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

    Related Posts

    How to Install Angular CLI on Ubuntu 22.04

    How to Install Angular CLI on Ubuntu 22.04

    Install Angular on Ubuntu 20.04

    How to Install Angular CLI on Ubuntu 20.04

    How to Run Angular App with PM2

    Deploy an Angular Application with PM2

    Add A Comment

    Leave A Reply Cancel Reply

    Advertisement
    Recent Posts
    • Backing Up Your Linux System with Rsync: A Step-by-Step Guide
    • Sort Command in Linux with Practical Examples
    • How to Install and Use Flask in Fedora 37/36
    • Sed Command in Linux with 15 Practical Examples
    • How to Print a List without Brackets in Python
    Facebook Twitter Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

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