How can I check which version of Angular I'm using?

FluxEngine

How can I tell which version of Angular I am using?

I have tried:

angular --version
angular --v
angular -version
angular -v

but get -bash: angular: command not found

I know by yeoman --version that I am using 0.9.6

But how do get the angularjs version?

TheHippo

Edit: When this answer was written, there was only AngularJS 1.x. Look in the answers below for Angular versions >= 2.

AngularJS does not have a command line tool.

You can get the version number from the JavaScript file itself.

Header of the current angular.js:

/**
 * @license AngularJS v1.0.6
 * (c) 2010-2012 Google, Inc. http://angularjs.org
 * License: MIT
 */

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

how can I check which version of vim I have installed?

From Dev

How can I check which JRE version I have?

From Dev

How can I tell which version of Varnish I'm running?

From Dev

How to check which Windows 10 version I'm using? (Like 1703)

From Java

How do I see which version of Swift I'm using?

From Dev

How can I check since which Matlab version a function exists?

From Dev

How can I tell which VNC package I'm using?

From Dev

How to tell which facebook version API i'm using in php

From Java

How to find out which Play version I'm using?

From Dev

How to tell which facebook version API i'm using in php

From Dev

How can I confirm what version of Jasmine I'm using?

From Dev

How can I tell what version of Linux I'm using?

From Dev

How can I find out which version of Zurb Foundation I'm running

From Dev

How can I find out which version of Zurb Foundation I'm running

From Dev

How can I check which program is in focus?

From Java

How can I check the system version of Android?

From Dev

How can I check the LIB file version?

From Dev

How can I check which is the installed version of a package if with dpkg -l it says is installed in all architectures?

From Dev

How do I know which version of Debian I'm running?

From Dev

How to check the datatable version I am using

From Dev

How can I check what version of mapnik I am using in python?

From Dev

How can I perform different actions based on which browser I'm using?

From Dev

How can I determine which wireless access point I'm using with several APs in bridge mode?

From Dev

How can I tell which project I'm using in Sublime Text?

From Dev

How do I check which shell I am using?

From Dev

How can I check the version of asterisk I am running?

From Dev

How can I check the version of asterisk I am running?

From Dev

How can I check what version of the VI editor I have?

From Dev

How can I be sure that I'm using NTP version 4.2.8p1 or equivalent?

Related Related

  1. 1

    how can I check which version of vim I have installed?

  2. 2

    How can I check which JRE version I have?

  3. 3

    How can I tell which version of Varnish I'm running?

  4. 4

    How to check which Windows 10 version I'm using? (Like 1703)

  5. 5

    How do I see which version of Swift I'm using?

  6. 6

    How can I check since which Matlab version a function exists?

  7. 7

    How can I tell which VNC package I'm using?

  8. 8

    How to tell which facebook version API i'm using in php

  9. 9

    How to find out which Play version I'm using?

  10. 10

    How to tell which facebook version API i'm using in php

  11. 11

    How can I confirm what version of Jasmine I'm using?

  12. 12

    How can I tell what version of Linux I'm using?

  13. 13

    How can I find out which version of Zurb Foundation I'm running

  14. 14

    How can I find out which version of Zurb Foundation I'm running

  15. 15

    How can I check which program is in focus?

  16. 16

    How can I check the system version of Android?

  17. 17

    How can I check the LIB file version?

  18. 18

    How can I check which is the installed version of a package if with dpkg -l it says is installed in all architectures?

  19. 19

    How do I know which version of Debian I'm running?

  20. 20

    How to check the datatable version I am using

  21. 21

    How can I check what version of mapnik I am using in python?

  22. 22

    How can I perform different actions based on which browser I'm using?

  23. 23

    How can I determine which wireless access point I'm using with several APs in bridge mode?

  24. 24

    How can I tell which project I'm using in Sublime Text?

  25. 25

    How do I check which shell I am using?

  26. 26

    How can I check the version of asterisk I am running?

  27. 27

    How can I check the version of asterisk I am running?

  28. 28

    How can I check what version of the VI editor I have?

  29. 29

    How can I be sure that I'm using NTP version 4.2.8p1 or equivalent?

HotTag

Archive