如何知道我使用的是哪个版本的Angular?
我努力了:
angular --version
angular --v
angular -version
angular -v
但是得到 -bash: angular: command not found
我知道yeoman --version
我正在使用0.9.6
但是如何获得angularjs版本呢?
如何知道我使用的是哪个版本的Angular?
我努力了:
angular --version
angular --v
angular -version
angular -v
但是得到 -bash: angular: command not found
我知道yeoman --version
我正在使用0.9.6
但是如何获得angularjs版本呢?
Answers:
编辑:编写此答案时,只有AngularJS1.x。在以下答案中查找Angular版本> = 2。
AngularJS没有命令行工具。
您可以从JavaScript文件本身获取版本号。
当前标题angular.js
:
/**
* @license AngularJS v1.0.6
* (c) 2010-2012 Google, Inc. http://angularjs.org
* License: MIT
*/
对于Angular 1或2(但不适用于Angular 4+):
您还可以在使用任何浏览器的开发人员工具上打开控制台,然后键入angular.version
以访问包含有角度版本的Javascript对象。
当脚本缩小且没有标题注释时非常有用。
如果您使用angular-cli
,则可以通过键入轻松地进行检查
ng -v
或ng v
在Angular 8中,在Terminal或Bash中。注意:在项目目录中运行命令。
您应该得到这样的东西:
angular-cli: 1.0.0-beta.24
node: 7.4.0
os: darwin x64
@angular/common: 2.4.3
@angular/compiler: 2.4.3
@angular/core: 2.4.3
@angular/forms: 2.4.3
@angular/http: 2.4.3
@angular/platform-browser: 2.4.3
@angular/platform-browser-dynamic: 2.4.3
@angular/router: 3.4.3
@angular/compiler-cli: 2.4.3
在浏览器的开发者控制台中(按F12键将其打开),您可以输入以下内容,
angular.version.full
它将为您提供完整版本,例如(取决于您的当前版本)。[它实际上获得对象的full
属性angular.version
。]
"1.4.3"
因此,要查看完整的对象,如果您键入
angular.version
它将为您提供完整的版本对象,其中包含版本信息,例如完整,主要,次要以及codeName,例如
Object {full: "1.4.3", major: 1, minor: 4, dot: 3, codeName: "foam-acceleration"}
您还可以检查您的package.json:
"dependencies": {
"@angular/common": "^5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/core": "^5.0.0",
"@angular/forms": "^5.0.0",
"@angular/http": "^5.0.0",
"@angular/platform-browser": "^5.0.0",
"@angular/platform-browser-dynamic": "^5.0.0",
"@angular/router": "^5.0.0",
}
(插入符号^
会将您更新到最新的主版本(第一个数字)。
^4.3.0
将与4.x.x
包括在内的任何发行版匹配4.4.0
,但将保持打开状态5.0.0
。代字号~
与最新的次要版本(中间的数字)~4.3.0
匹配。
将与所有4.3.x
版本匹配,但会错过的4.4.0
。
现在是ng -v
如果您使用的是角度cli,则可以检查使用
ng --version
现在是ng -v
或者您也可以签入
pakage.json文件
"dependencies": {
"@angular/animations": "^4.0.0",
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/router": "^4.0.0",
"angular-in-memory-web-api": "^0.3.2",
"core-js": "^2.4.1",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4"
},
有很多方法,您可以检查角度版本只需输入comand提示符(对于Windows)并输入
1. ng version
2. ng v
3. ng -v
4. You can pakage.json file
5.You can check in browser by presing F12 then goto elements tab
全面了解Subversion关于(xxx)的信息,请参阅angular文档angularJS和angular 2+
对于有角度的4+使用,
请注意ng -v选项在Angular 7+中不起作用。
只需运行ng v
命令
你会得到像
Angular CLI: 7.3.9
Node: 12.11.0
OS: win32 x64
Angular: 7.2.15
... common, compiler, compiler-cli, core, f
... language-service, platform-browser, pla
... router
Package Version
-------------------------------------------
@angular-devkit/architect 0.13.9
@angular-devkit/build-angular 0.13.9
@angular-devkit/build-optimizer 0.13.9
@angular-devkit/build-webpack 0.13.9
@angular-devkit/core 7.3.9
@angular-devkit/schematics 7.3.9
@angular/cli 7.3.9
@ngtools/webpack 7.3.9
@schematics/angular 8.0.0
@schematics/update 0.13.9
rxjs 6.5.3
typescript 3.1.6
webpack 4.29.0
有多种方法:
ng --version
上面的命令将产生以下输出:
角CLI:7.0.3
节点:9.4.0
操作系统:Darwin x64
角度:7.0.1
...动画,通用,编译器,compiler-cli,核心,形式
... http,语言服务,平台浏览器
...平台浏览器动态路由器
套件版本
@ angular-devkit /建筑师0.10.3
@ angular-devkit / build-angular 0.10.3
@ angular-devkit /构建优化器0.10.3
@ angular-devkit / build-webpack 0.10.3
@ angular-devkit /核心7.0.3
@ angular-devkit / schematics 7.0.3
@角度/ cli 7.0.3
@ ngtools / webpack 7.0.3
@ schematics /角度7.0.3
@ schematics /更新0.10.3
rxjs 6.3.3
打字稿3.1.4
webpack 4.19.1
因此,可以从此处验证Angular,Angular CLI,Node和许多其他软件包的版本。
对于Angular 1或2(但不适用于Angular 4+):
您也可以打开控制台,然后转到使用任何浏览器的开发人员工具上的element选项卡。
要么
键入angular.version以访问保存有角度版本的Javascript对象。
对于Angular 4+,有以下几种方法:
在命令提示符下或在VS Code的终端中编写以下代码(最多3个)
- ng版本或ng --version(查找图像以供参考)
- ng v
- ng -v
- 您也可以打开控制台,然后转到使用任何浏览器的开发人员工具上的element选项卡。如下图所示:
- 找到package.json文件,您将找到所有已安装的依赖项及其版本。
angular.version
有关更多信息,请参见
可以从终端使用的角度2之后的版本,
ng -v
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 1.7.3
Node: 9.3.0
OS: linux x64
Angular: 5.2.9
... animations, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platform-browser-dynamic, router
@angular/cli: 1.7.3
@angular-devkit/build-optimizer: 0.3.2
@angular-devkit/core: 0.3.2
@angular-devkit/schematics: 0.3.2
@ngtools/json-schema: 1.2.0
@ngtools/webpack: 1.10.2
@schematics/angular: 0.3.2
@schematics/package-update: 0.3.2
typescript: 2.5.3
webpack: 3.11.0
mohideen@root:~/apps/UI$
只需通过终端转到您的角度项目目录,并ng -v
提供所有这样的信息
Angular CLI: 1.7.4
Node: 8.11.1
OS: linux x64
Angular: 5.2.11
... animations, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platform-browser-dynamic, router
@angular/cli: 1.7.4
@angular-devkit/build-optimizer: 0.3.2
@angular-devkit/core: 0.3.2
@angular-devkit/schematics: 0.3.2
@ngtools/json-schema: 1.2.0
@ngtools/webpack: 1.10.2
@schematics/angular: 0.3.2
@schematics/package-update: 0.3.2
typescript: 2.5.3
webpack: 3.11.0
如果检查ng-v
外部角度项目的方向性,那么它将仅显示angular-cli版本。
会在这里
../project_name/bower_components/angular/angular.js
/**
* @license AngularJS v1.0.6
* (c) 2010-2012 Google, Inc. http://angularjs.org
* License: MIT
*/
对于有角JS,您可以在angular-animate.js文件中找到它,如下所示:
/ ** * @license AngularJS v1.4.8 *(c)2010-2015 Google,Inc. http://angularjs.org *许可证:MIT * /