如何查看使用的angularjs版本

2025-01-03 00:30:05
推荐回答(1个)
回答1:

angular和angular-route 版本一定要对应才能正常用吗
不是要版本一样
之前做了书本上的一个例子:angular版本用的1.2.16,angular-route我pull了1.5.8最新版本运行程序控制台报错:

1
2

Error: $injector:modulerr
Module Error

我是用bower来管理依赖文件的,哪这个工具有没有命令可以查看依赖关系呢?
示例代码:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55





Title





View组件中的模版切换