Angular 4.0.0 之后 Angular、Node.js、TypeScript 版本依赖关系

Angular 4.0.0 之后 Angular、Node.js、TypeScript 版本依赖关系

数据来源 Github Angular 项目 CHANGELOG.md 文档

链接如下:

  • https://github.com/angular/angular/blob/15.0.x/CHANGELOG.md
  • https://github.com/angular/angular/blob/10.2.x/CHANGELOG.md

基于以上数据,制作的表格如下:

Angular TypeScript Node.js Date
14.2.0 ~4.8 ^14.15.0 or >=16.10.0 2022-08-25
14.0.0 ~4.7.2 ^14.15.0 or >=16.10.0 2022-06-02
13.1.0 ~4.5.2 ^12.20.0 or ^14.15.0 or >=16.10.0 2021-12-09
13.0.0 ~4.4.2 ^12.20.0 or ^14.15.0 or >=16.10.0 2021-11-03
12.0.0 ~4.2.4 ^12.20.0 or >=14.0.0 2021-05-12
11.1.0 ~4.1.2 >=10.9.0 <13.0.0 2021-01-20
11.0.0 ~4.0.2 >=10.9.0 <13.0.0 2020-11-11
10.1.0 ~4.0.2 >=10.9.0 <13.0.0 2020-09-02
10.0.0 ~3.9.5 >=10.9.0 <13.0.0 2020-06-04
9.1.0 ~3.8.3 >=10.9.0 <13.0.0 2020-03-25
9.0.0 ~3.7.4 >=10.9.0 <13.0.0 2020-02-06
8.2.0 ~3.5.3 >=10.9.0 <11.0.0 2019-07-31
8.0.0 ~3.4.2 >=10.9.0 <11.0.0 2019-05-28
7.2.0 ~3.2.2 >=10.9.0 <11.0.0 2019-01-07
7.0.0 ~3.1.1 >=10.9.0 <11.0.0 2018-10-18
6.1.0 2.9.x >=8.9.1 <9.0.0 2018-07-25
6.0.0 2.7.x >=8.9.1 <9.0.0 2018-05-03
5.0.0 2.4.2 >=6.9.5 <7.0.0 2017-11-01
4.0.3 ^2.1.5 >=6.9.5 <7.0.0 2017-04-21
4.0.0 ^2.1.5 >=6.9.5 <7.0.0 2017-04-21

各个版本 CHANGELOG.md 文档中的原文(译文)如下:

  • 14.2.0 (2022-08-25)
    • Support TypeScript 4.8.(支持 TypeScript 4.8)
  • 14.0.0 (2022-06-02)
    • Support for Node.js v12 has been removed as it will become EOL on 2022-04-30. Please use Node.js v14.15 or later.(不再支持 Node.js v12, 当前支持 Node.js v14.15 及之后版本)
    • TypeScript versions older than 4.6 are no longer supported.(不再支持 TypeScript 4.6 之前的版本)
  • 13.1.0 (2021-12-09)
    • support TypeScript 4.5.(支持 TypeScript 4.5)
  • 13.0.0 (2021-11-03)
    • TypeScript versions older than 4.4.2 are no longer supported.(不再支持 TypeScript 4.4.2 之前的版本)
    • NodeJS versions older than v12.20.0 are no longer supported due to the Angular packages using the NodeJS package exports feature with subpath patterns(不再支持 Node.js v12.20.0 之前的版本)
    • Update node version support range to support v16(支持 Node.js v16)
  • 12.0.0 (2021-05-12)
    • drop support for TypeScript 4.0 and 4.1, support TypeScript 4.2(不再支持 TypeScript 4.0 和 4.1,支持 TypeScript 4.2)
    • Angular no longer maintains support for node v10(不再支持 node v10)
  • 11.1.0 (2021-01-20)
    • add support for using TypeScript 4.1.(追加支持 TypeScript 4.1)
  • 11.0.0 (2020-11-11)
    • TypeScript 3.9 is no longer supported, please upgrade to TypeScript 4.0.(不再支持 TypeScript 3.9,请升级到 TypeScript 4.0)
  • 10.1.0 (2020-09-02)
    • add support for TypeScript 4.0(追加支持 TypeScript 4.0)
  • 10.0.0 (2020-06-24)
    • TypeScript 3.6, 3.7 and 3.8 are no longer supported, please update to TypeScript 3.9.(不再支持 TypeScript 3.8, 3.7, 3.6, 请升级 TypeScript 3.9)
  • 9.1.0 (2020-03-25)
    • typescript 3.8 support(支持 TypeScript 3.8)
  • 9.0.0 (2020-02-06)
    • typescript 3.4 and 3.5 are no longer supported, please update to typescript 3.6(不再支持 TypeScript 3.4, 3.5, 请升级 TypeScript 3.6)
    • require node 10 as runtime engine(需要 node 10 运行引擎)
  • 8.2.0 (2019-07-31)
    • TypeScript 3.5 support(支持 TypeScript 3.5)
  • 8.0.0 (2019-05-28)
    • TypeScript 3.1 and 3.2 are no longer supported.
    • Please update your TypeScript version to 3.4, as version 3.3 is also not supported.(不再支持 TypeScript 3.1, 3.2, 3.3 请升级到 3.4)
  • 7.2.0 (2019-01-07)
    • add support for typescript 3.2(追加支持 TypeScript 3.2)
  • 7.0.0 (2018-10-18)
    • TypeScript 3.1(支持 TypeScript 3.1)
  • 6.1.0 (2018-07-25)
    • typescript 2.9 support(支持 TypeScript 2.9)
  • 6.0.0 (2018-05-03)
    • TypeScript 2.7(支持 TypeScript 2.7)
    • require node 8 as runtime engine(需要 node 8 运行引擎)
  • 5.0.0 (2017-11-01)
    • update angular to support TypeScript 2.4(支持 TypeScript 2.4)
  • 4.0.3 (2017-04-21)
    • add support for TS 2.3(追加支持 TypeScript 2.3)
  • 4.0.0-beta.7 (2017-02-09)
    • Angular 4 will support only TypeScript 2.1, so we no longer provide backwards compatibility to TS 1.8.(仅支持 TypeScript 2.1, 不再支持 1.8)

数据来源 GitHub Angular 项目 package.json 文档

Angular 14.2.10 package.json 文档链接如下:
https://github.com/angular/angular/blob/14.2.10/package.json

数据为 GitHub 上 Angular 发布的每个版本时 package.json 中的 Angular,TypeScript,Node.js,Angular/cli 的版本。

基于以上数据,制作的表格如下:

Angular TypeScript Node.js Angular/cli
>=14.2.1 ~4.8.2 ^14.15.0 or >=16.10.0 ^14.2.0
14.2.0 4.8.1-rc ^14.15.0 or >=16.10.0 14.1.0-rc.3
>=14.1.0 ~4.7.2 ^14.15.0 or >=16.10.0 14.1.0-rc.3
14.0.7 ~4.7.2 ^14.15.0 or >=16.10.0 14.1.0-rc.3
14.0.6 ~4.7.2 ^14.15.0 or >=16.10.0 14.1.0-next.4
14.0.5 ~4.7.2 ^14.15.0 or >=16.10.0 14.1.0-next.3
>=14.0.0 ~4.7.2 ^14.15.0 or >=16.10.0 13.3.6
>=13.3.1 ~4.6.2 ^12.20.0 or ^14.15.0 or >=16.10.0 13.3.0
13.3.0 ~4.6.2 ^12.20.0 or ^14.15.0 or >=16.10.0 13.2.5
>=13.2.6 ~4.5.2 ^12.20.0 or ^14.15.0 or >=16.10.0 13.2.5
>=13.2.3 ~4.5.2 ^12.20.0 or ^14.15.0 or >=16.10.0 13.2.3
>=13.2.1 ~4.5.2 ^12.20.0 or ^14.15.0 or >=16.10.0 13.2.0
13.2.0 ~4.5.2 ^12.20.0 or ^14.15.0 or >=16.10.0 13.1.4
13.1.3 ~4.5.2 ^12.20.0 or ^14.15.0 or >=16.10.0 13.1.3
13.1.2 ~4.5.2 ^12.20.0 or ^14.15.0 or >=16.10.0 13.1.1
13.1.1 ~4.5.2 ^12.20.0 or ^14.15.0 or >=16.10.0 13.0.4
13.1.0 ~4.5.2 ^12.20.0 or ^14.15.0 or >=16.10.0 13.0.3
13.0.3 ~4.4.2 ^12.20.0 or ^14.15.0 or >=16.10.0 13.0.3
>=13.0.1 ~4.4.2 ^12.20.0 or ^14.15.0 or >=16.10.0 13.0.1
13.0.0 ~4.4.2 ^12.20.0 or ^14.15.0 or >=16.10.0 13.0.0-next.7
>=12.2.0 ~4.3.4 ^12.20.0 or >=14.0.0 12.0.4
>=12.1.0 ~4.3.4 ^12.20.0 or >=14.0.0 12.0.4
>=12.0.3 ~4.2.4 ^12.20.0 or >=14.0.0 12.0.1
12.0.2 ~4.2.4 ^12.20.0 or ^14.0.0 12.0.1
12.0.1 ~4.2.4 ^12.20.0 or ^14.0.0 12.0.0
12.0.0 ~4.2.4 ^12.20.0 or ^14.0.0 12.0.0-rc.2
>=11.2.9 ~4.1.2 >=10.19.0 <16.0.0 11.0.0-rc.1
>=11.2.0 ~4.1.2 >=10.9.0 <13.0.0 11.0.0-rc.1
>=11.1.0 ~4.1.2 >=10.9.0 <13.0.0 11.0.0-rc.1
>=11.0.0 ~4.0.2 >=10.9.0 <13.0.0 11.0.0-rc.1
>=10.2.2 ~4.0.2 >=10.9.0 <13.0.0 10.2.0
>=10.2.0 ~4.0.2 >=10.9.0 <13.0.0 9.1.0
>=10.1.0 ~4.0.2 >=10.9.0 <13.0.0 9.1.0
>=10.0.0 ~3.9.5 >=10.9.0 <13.0.0 9.1.0
>=9.1.0 ~3.8.3 >=10.9.0 <13.0.0 9.0.3
>=9.0.3 ~3.7.4 >=10.9.0 <13.0.0 9.0.3
>=9.0.0 ~3.7.4 >=10.9.0 <13.0.0 9.0.0-rc.14
>=8.2.0 ~3.5.3 >=10.9.0 <11.0.0 ^8.0.0-beta.15
>=8.1.0 ~3.4.2 >=10.9.0 <11.0.0 ^8.0.0-beta.15
>=8.0.0 ~3.4.2 >=10.9.0 <11.0.0 ^8.0.0-beta.15
>=7.2.3 ~3.2.2 >=10.9.0 <11.0.0 ^7.3.0-rc.0
>=7.2.1 ~3.2.2 >=10.9.0 <11.0.0 7.2.1
>=7.2.0 ~3.2.2 >=10.9.0 <11.0.0
>=7.1.0 ~3.1.1 >=10.9.0 <11.0.0
>=7.0.0 ~3.1.1 >=10.9.0 <11.0.0
>=6.1.8 2.9.x >=10.9.0 <11.0.0
>=6.1.0 2.9.x >=8.9.1 <9.0.0
>=6.0.0 2.7.x >=8.9.1 <9.0.0
>=5.2.0 2.6.x >=8.9.1 <9.0.0
>=5.1.0 2.5.x >=8.9.1 <9.0.0
>=5.0.0 2.4.2 >=6.9.5 <7.0.0
>=4.4.5 2.3.2 >=6.9.5 <7.0.0
>=4.4.0 ^2.3.2 >=6.9.5 <7.0.0
>=4.3.0 ^2.3.2 >=6.9.5 <7.0.0
>=4.2.0 ^2.1.5 >=6.9.5 <7.0.0
>=4.1.0 ^2.1.5 >=6.9.5 <7.0.0
>=4.0.0 ^2.1.5 >=6.9.5 <7.0.0
  • ~ 表示安装最小版本的最新版本 0.0.x
  • ^ 表示安装次要版本的最新版本 0.x.y

各个版本 package.json 文档中的 Angular,TypeScript,Node.js,Angular/cli 版本描述如下:

  • 14.2.x 14.2.10 package.json
    • “version”: “14.2.10”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “~4.8.2”, “@angular/cli”: “^14.2.0”,
    • “version”: “14.2.9”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “~4.8.2”, “@angular/cli”: “^14.2.0”,
    • “version”: “14.2.8”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “~4.8.2”, “@angular/cli”: “^14.2.0”,
    • “version”: “14.2.7”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “~4.8.2”, “@angular/cli”: “^14.2.0”,
    • “version”: “14.2.6”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “~4.8.2”, “@angular/cli”: “^14.2.0”,
    • “version”: “14.2.5”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “~4.8.2”, “@angular/cli”: “^14.2.0”,
    • “version”: “14.2.4”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “~4.8.2”, “@angular/cli”: “^14.2.0”,
    • “version”: “14.2.3”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “~4.8.2”, “@angular/cli”: “^14.2.0”,
    • “version”: “14.2.2”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “~4.8.2”, “@angular/cli”: “^14.2.0”,
    • “version”: “14.2.1”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “~4.8.2”, “@angular/cli”: “^14.2.0”,
    • “version”: “14.2.0”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “4.8.1-rc”, “@angular/cli”: “14.1.0-rc.3”,
  • 14.1.x 14.1.3 package.json
    • “version”: “14.1.3”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “~4.7.2”, “@angular/cli”: “14.1.0-rc.3”,
    • “version”: “14.1.2”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “~4.7.2”, “@angular/cli”: “14.1.0-rc.3”,
    • “version”: “14.1.1”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “~4.7.2”, “@angular/cli”: “14.1.0-rc.3”,
    • “version”: “14.1.0”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “~4.7.2”, “@angular/cli”: “14.1.0-rc.3”,
  • 14.0.x 14.0.7 package.json
    • “version”: “14.0.7”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “~4.7.2”, “@angular/cli”: “14.1.0-rc.3”,
    • “version”: “14.0.6”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “~4.7.2”, “@angular/cli”: “14.1.0-next.4”,
    • “version”: “14.0.5”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “~4.7.2”, “@angular/cli”: “14.1.0-next.3”,
    • “version”: “14.0.4”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “~4.7.2”, “@angular/cli”: “13.3.6”,
    • “version”: “14.0.3”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “~4.7.2”, “@angular/cli”: “13.3.6”,
    • “version”: “14.0.2”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “~4.7.2”, “@angular/cli”: “13.3.6”,
    • “version”: “14.0.1”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “~4.7.2”, “@angular/cli”: “13.3.6”,
    • “version”: “14.0.0”, “node”: “^14.15.0 || >=16.10.0”, “typescript”: “~4.7.2”, “@angular/cli”: “13.3.6”,
  • 13.3.x 13.3.11 package.json
    • “version”: “13.3.11”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.6.2”, “@angular/cli”: “13.3.0”,
    • “version”: “13.3.10”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.6.2”, “@angular/cli”: “13.3.0”,
    • “version”: “13.3.9”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.6.2”, “@angular/cli”: “13.3.0”,
    • “version”: “13.3.8”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.6.2”, “@angular/cli”: “13.3.0”,
    • “version”: “13.3.7”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.6.2”, “@angular/cli”: “13.3.0”,
    • “version”: “13.3.6”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.6.2”, “@angular/cli”: “13.3.0”,
    • “version”: “13.3.5”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.6.2”, “@angular/cli”: “13.3.0”,
    • “version”: “13.3.4”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.6.2”, “@angular/cli”: “13.3.0”,
    • “version”: “13.3.3”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.6.2”, “@angular/cli”: “13.3.0”,
    • “version”: “13.3.2”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.6.2”, “@angular/cli”: “13.3.0”,
    • “version”: “13.3.1”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.6.2”, “@angular/cli”: “13.3.0”,
    • “version”: “13.3.0”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.6.2”, “@angular/cli”: “13.2.5”,
  • 13.2.x 13.2.7 package.json
    • “version”: “13.2.7”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.5.2”, “@angular/cli”: “13.2.5”,
    • “version”: “13.2.6”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.5.2”, “@angular/cli”: “13.2.5”,
    • “version”: “13.2.5”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.5.2”, “@angular/cli”: “13.2.3”,
    • “version”: “13.2.4”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.5.2”, “@angular/cli”: “13.2.3”,
    • “version”: “13.2.3”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.5.2”, “@angular/cli”: “13.2.3”,
    • “version”: “13.2.2”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.5.2”, “@angular/cli”: “13.2.0”,
    • “version”: “13.2.1”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.5.2”, “@angular/cli”: “13.2.0”,
    • “version”: “13.2.0”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.5.2”, “@angular/cli”: “13.1.4”,
  • 13.1.x 13.1.3 package.json
    • “version”: “13.1.3”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.5.2”, “@angular/cli”: “13.1.3”,
    • “version”: “13.1.2”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.5.2”, “@angular/cli”: “13.1.1”,
    • “version”: “13.1.1”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.5.2”, “@angular/cli”: “13.0.4”,
    • “version”: “13.1.0”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.5.2”, “@angular/cli”: “13.0.3”,
  • 13.0.x 13.0.3 package.json
    • “version”: “13.0.3”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.4.2”, “@angular/cli”: “13.0.3”,
    • “version”: “13.0.2”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.4.2”, “@angular/cli”: “13.0.1”,
    • “version”: “13.0.1”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.4.2”, “@angular/cli”: “13.0.1”,
    • “version”: “13.0.0”, “node”: “^12.20.0 || ^14.15.0 || >=16.10.0”, “typescript”: “~4.4.2”, “@angular/cli”: “13.0.0-next.7”,
  • 12.2.x 12.2.16 package.json
    • “version”: “12.2.16”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
    • “version”: “12.2.15”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
    • “version”: “12.2.14”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
    • “version”: “12.2.13”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
    • “version”: “12.2.12”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
    • “version”: “12.2.11”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
    • “version”: “12.2.10”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
    • “version”: “12.2.9”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
    • “version”: “12.2.8”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
    • “version”: “12.2.7”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
    • “version”: “12.2.6”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
    • “version”: “12.2.5”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
    • “version”: “12.2.4”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
    • “version”: “12.2.3”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
    • “version”: “12.2.2”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
    • “version”: “12.2.1”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
    • “version”: “12.2.0”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
  • 12.1.x 12.1.5 package.json
    • “version”: “12.1.5”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
    • “version”: “12.1.4”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
    • “version”: “12.1.3”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
    • “version”: “12.1.2”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
    • “version”: “12.1.1”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
    • “version”: “12.1.0”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.3.4”, “@angular/cli”: “12.0.4”,
  • 12.0.x 12.0.5 package.json
    • “version”: “12.0.5”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.2.4”, “@angular/cli”: “12.0.1”,
    • “version”: “12.0.4”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.2.4”, “@angular/cli”: “12.0.1”,
    • “version”: “12.0.3”, “node”: “^12.20.0 || >=14.0.0”, “typescript”: “~4.2.4”, “@angular/cli”: “12.0.1”,
    • “version”: “12.0.2”, “node”: “^12.20.0 || ^14.0.0”, “typescript”: “~4.2.4”, “@angular/cli”: “12.0.1”,
    • “version”: “12.0.1”, “node”: “^12.20.0 || ^14.0.0”, “typescript”: “~4.2.4”, “@angular/cli”: “12.0.0”,
    • “version”: “12.0.0”, “node”: “^12.20.0 || ^14.0.0”, “typescript”: “~4.2.4”, “@angular/cli”: “12.0.0-rc.2”,
  • 11.2.x 11.2.14 package.json
    • “version”: “11.2.14”,“node”: “>=10.19.0 <16.0.0”, “typescript”: “~4.1.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.2.13”,“node”: “>=10.19.0 <16.0.0”, “typescript”: “~4.1.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.2.12”,“node”: “>=10.19.0 <16.0.0”, “typescript”: “~4.1.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.2.11”,“node”: “>=10.19.0 <16.0.0”, “typescript”: “~4.1.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.2.10”,“node”: “>=10.19.0 <16.0.0”, “typescript”: “~4.1.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.2.9”, “node”: “>=10.19.0 <16.0.0”, “typescript”: “~4.1.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.2.8”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.1.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.2.7”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.1.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.2.6”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.1.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.2.5”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.1.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.2.4”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.1.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.2.3”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.1.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.2.2”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.1.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.2.1”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.1.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.2.0”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.1.2”, “@angular/cli”: “11.0.0-rc.1”,
  • 11.1.x 11.1.2 package.json
    • “version”: “11.1.2”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.1.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.1.1”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.1.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.1.0”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.1.2”, “@angular/cli”: “11.0.0-rc.1”,
  • 11.0.x 11.0.9 package.json
    • “version”: “11.0.9”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.0.8”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.0.7”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.0.6”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.0.5”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.0.4”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.0.3”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.0.2”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.0.1”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “11.0.0-rc.1”,
    • “version”: “11.0.0”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “11.0.0-rc.1”,
  • 10.2.x 10.2.5 package.json
    • “version”: “10.2.5”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “10.2.0”,
    • “version”: “10.2.4”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “10.2.0”,
    • “version”: “10.2.3”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “10.2.0”,
    • “version”: “10.2.2”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “10.2.0”,
    • “version”: “10.2.1”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “9.1.0”,
    • “version”: “10.2.0”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “9.1.0”,
  • 10.1.x 10.1.6 package.json
    • “version”: “10.1.6”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “9.1.0”,
    • “version”: “10.1.5”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “9.1.0”,
    • “version”: “10.1.4”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “9.1.0”,
    • “version”: “10.1.3”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “9.1.0”,
    • “version”: “10.1.2”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “9.1.0”,
    • “version”: “10.1.1”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “9.1.0”,
    • “version”: “10.1.0”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~4.0.2”, “@angular/cli”: “9.1.0”,
  • 10.0.x 10.0.14 package.json
    • “version”: “10.0.14”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.9.5”, “@angular/cli”: “9.1.0”,
    • “version”: “10.0.13”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.9.5”, “@angular/cli”: “9.1.0”,
    • “version”: “10.0.12”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.9.5”, “@angular/cli”: “9.1.0”,
    • “version”: “10.0.11”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.9.5”, “@angular/cli”: “9.1.0”,
    • “version”: “10.0.10”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.9.5”, “@angular/cli”: “9.1.0”,
    • “version”: “10.0.9”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.9.5”, “@angular/cli”: “9.1.0”,
    • “version”: “10.0.8”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.9.5”, “@angular/cli”: “9.1.0”,
    • “version”: “10.0.7”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.9.5”, “@angular/cli”: “9.1.0”,
    • “version”: “10.0.6”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.9.5”, “@angular/cli”: “9.1.0”,
    • “version”: “10.0.5”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.9.5”, “@angular/cli”: “9.1.0”,
    • “version”: “10.0.4”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.9.5”, “@angular/cli”: “9.1.0”,
    • “version”: “10.0.3”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.9.5”, “@angular/cli”: “9.1.0”,
    • “version”: “10.0.2”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.9.5”, “@angular/cli”: “9.1.0”,
    • “version”: “10.0.1”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.9.5”, “@angular/cli”: “9.1.0”,
    • “version”: “10.0.0”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.9.5”, “@angular/cli”: “9.1.0”,
  • 9.1.x 9.1.13 package.json
    • “version”: “9.1.13”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.8.3”, “@angular/cli”: “9.0.3”,
    • “version”: “9.1.12”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.8.3”, “@angular/cli”: “9.0.3”,
    • “version”: “9.1.11”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.8.3”, “@angular/cli”: “9.0.3”,
    • “version”: “9.1.10”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.8.3”, “@angular/cli”: “9.0.3”,
    • “version”: “9.1.9”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.8.3”, “@angular/cli”: “9.0.3”,
    • “version”: “9.1.8”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.8.3”, “@angular/cli”: “9.0.3”,
    • “version”: “9.1.7”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.8.3”, “@angular/cli”: “9.0.3”,
    • “version”: “9.1.6”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.8.3”, “@angular/cli”: “9.0.3”,
    • “version”: “9.1.5”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.8.3”, “@angular/cli”: “9.0.3”,
    • “version”: “9.1.4”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.8.3”, “@angular/cli”: “9.0.3”,
    • “version”: “9.1.3”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.8.3”, “@angular/cli”: “9.0.3”,
    • “version”: “9.1.2”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.8.3”, “@angular/cli”: “9.0.3”,
    • “version”: “9.1.1”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.8.3”, “@angular/cli”: “9.0.3”,
    • “version”: “9.1.0”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.8.3”, “@angular/cli”: “9.0.3”,
  • 9.0.x 9.0.7 package.json
    • “version”: “9.0.7”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.7.4”, “@angular/cli”: “9.0.3”,
    • “version”: “9.0.6”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.7.4”, “@angular/cli”: “9.0.3”,
    • “version”: “9.0.5”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.7.4”, “@angular/cli”: “9.0.3”,
    • “version”: “9.0.4”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.7.4”, “@angular/cli”: “9.0.3”,
    • “version”: “9.0.3”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.7.4”, “@angular/cli”: “9.0.3”,
    • “version”: “9.0.2”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.7.4”, “@angular/cli”: “9.0.0-rc.14”,
    • “version”: “9.0.1”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.7.4”, “@angular/cli”: “9.0.0-rc.14”,
    • “version”: “9.0.0”, “node”: “>=10.9.0 <13.0.0”, “typescript”: “~3.7.4”, “@angular/cli”: “9.0.0-rc.14”,
  • 8.2.x 8.2.14 package.json
    • “version”: “8.2.14”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.5.3”, “@angular/cli”: “^8.0.0-beta.15”,
    • “version”: “8.2.13”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.5.3”, “@angular/cli”: “^8.0.0-beta.15”,
    • “version”: “8.2.12”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.5.3”, “@angular/cli”: “^8.0.0-beta.15”,
    • “version”: “8.2.11”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.5.3”, “@angular/cli”: “^8.0.0-beta.15”,
    • “version”: “8.2.10”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.5.3”, “@angular/cli”: “^8.0.0-beta.15”,
    • “version”: “8.2.9”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.5.3”, “@angular/cli”: “^8.0.0-beta.15”,
    • “version”: “8.2.8”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.5.3”, “@angular/cli”: “^8.0.0-beta.15”,
    • “version”: “8.2.7”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.5.3”, “@angular/cli”: “^8.0.0-beta.15”,
    • “version”: “8.2.6”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.5.3”, “@angular/cli”: “^8.0.0-beta.15”,
    • “version”: “8.2.5”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.5.3”, “@angular/cli”: “^8.0.0-beta.15”,
    • “version”: “8.2.4”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.5.3”, “@angular/cli”: “^8.0.0-beta.15”,
    • “version”: “8.2.3”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.5.3”, “@angular/cli”: “^8.0.0-beta.15”,
    • “version”: “8.2.2”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.5.3”, “@angular/cli”: “^8.0.0-beta.15”,
    • “version”: “8.2.1”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.5.3”, “@angular/cli”: “^8.0.0-beta.15”,
    • “version”: “8.2.0”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.5.3”, “@angular/cli”: “^8.0.0-beta.15”,
  • 8.1.x 8.1.3 package.json
    • “version”: “8.1.3”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.4.2”, “@angular/cli”: “^8.0.0-beta.15”,
    • “version”: “8.1.2”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.4.2”, “@angular/cli”: “^8.0.0-beta.15”,
    • “version”: “8.1.1”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.4.2”, “@angular/cli”: “^8.0.0-beta.15”,
    • “version”: “8.1.0”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.4.2”, “@angular/cli”: “^8.0.0-beta.15”,
  • 8.0.x 8.0.3 package.json
    • “version”: “8.0.3”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.4.2”, “@angular/cli”: “^8.0.0-beta.15”,
    • “version”: “8.0.2”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.4.2”, “@angular/cli”: “^8.0.0-beta.15”,
    • “version”: “8.0.1”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.4.2”, “@angular/cli”: “^8.0.0-beta.15”,
    • “version”: “8.0.0”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.4.2”, “@angular/cli”: “^8.0.0-beta.15”,
  • 7.2.x 7.2.16 package.json
    • “version”: “7.2.16”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.2.2”, “@angular/cli”: “^7.3.0-rc.0”,
    • “version”: “7.2.15”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.2.2”, “@angular/cli”: “^7.3.0-rc.0”,
    • “version”: “7.2.14”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.2.2”, “@angular/cli”: “^7.3.0-rc.0”,
    • “version”: “7.2.13”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.2.2”, “@angular/cli”: “^7.3.0-rc.0”,
    • “version”: “7.2.12”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.2.2”, “@angular/cli”: “^7.3.0-rc.0”,
    • “version”: “7.2.11”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.2.2”, “@angular/cli”: “^7.3.0-rc.0”,
    • “version”: “7.2.10”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.2.2”, “@angular/cli”: “^7.3.0-rc.0”,
    • “version”: “7.2.9”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.2.2”, “@angular/cli”: “^7.3.0-rc.0”,
    • “version”: “7.2.8”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.2.2”, “@angular/cli”: “^7.3.0-rc.0”,
    • “version”: “7.2.7”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.2.2”, “@angular/cli”: “^7.3.0-rc.0”,
    • “version”: “7.2.6”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.2.2”, “@angular/cli”: “^7.3.0-rc.0”,
    • “version”: “7.2.5”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.2.2”, “@angular/cli”: “^7.3.0-rc.0”,
    • “version”: “7.2.4”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.2.2”, “@angular/cli”: “^7.3.0-rc.0”,
    • “version”: “7.2.3”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.2.2”, “@angular/cli”: “^7.3.0-rc.0”,
    • “version”: “7.2.2”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.2.2”, “@angular/cli”: “^7.2.1”,
    • “version”: “7.2.1”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.2.2”, “@angular/cli”: “^7.2.1”,
    • “version”: “7.2.0”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.2.2”,
  • 7.1.x 7.1.4 package.json
    • “version”: “7.1.4”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.1.1”,
    • “version”: “7.1.3”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.1.1”,
    • “version”: “7.1.2”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.1.1”,
    • “version”: “7.1.1”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.1.1”,
    • “version”: “7.1.0”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.1.1”,
  • 7.0.x 7.0.4 package.json
    • “version”: “7.0.4”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.1.1”,
    • “version”: “7.0.3”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.1.1”,
    • “version”: “7.0.2”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.1.1”,
    • “version”: “7.0.1”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.1.1”,
    • “version”: “7.0.0”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “~3.1.1”,
  • 6.1.x 6.1.10 package.json
    • “version”: “6.1.10”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “2.9.x”,
    • “version”: “6.1.9”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “2.9.x”,
    • “version”: “6.1.8”, “node”: “>=10.9.0 <11.0.0”, “typescript”: “2.9.x”,
    • “version”: “6.1.7”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.9.x”,
    • “version”: “6.1.6”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.9.x”,
    • “version”: “6.1.5”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.9.x”,
    • “version”: “6.1.4”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.9.x”,
    • “version”: “6.1.3”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.9.x”,
    • “version”: “6.1.2”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.9.x”,
    • “version”: “6.1.1”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.9.x”,
    • “version”: “6.1.0”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.9.x”,
  • 6.0.x 6.0.9 package.json
    • “version”: “6.0.9”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.7.x”,
    • “version”: “6.0.8”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.7.x”,
    • “version”: “6.0.7”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.7.x”,
    • “version”: “6.0.6”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.7.x”,
    • “version”: “6.0.5”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.7.x”,
    • “version”: “6.0.4”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.7.x”,
    • “version”: “6.0.3”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.7.x”,
    • “version”: “6.0.2”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.7.x”,
    • “version”: “6.0.1”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.7.x”,
    • “version”: “6.0.0”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.7.x”,
  • 5.2.x 5.2.11 package.json
    • “version”: “5.2.11”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.6.x”,
    • “version”: “5.2.10”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.6.x”,
    • “version”: “5.2.9”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.6.x”,
    • “version”: “5.2.8”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.6.x”,
    • “version”: “5.2.7”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.6.x”,
    • “version”: “5.2.6”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.6.x”,
    • “version”: “5.2.5”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.6.x”,
    • “version”: “5.2.4”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.6.x”,
    • “version”: “5.2.3”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.6.x”,
    • “version”: “5.2.2”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.6.x”,
    • “version”: “5.2.1”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.6.x”,
    • “version”: “5.2.0”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.6.x”,
  • 5.1.x 5.1.3 package.json
    • “version”: “5.1.3”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.5.x”,
    • “version”: “5.1.2”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.5.x”,
    • “version”: “5.1.1”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.5.x”,
    • “version”: “5.1.0”, “node”: “>=8.9.1 <9.0.0”, “typescript”: “2.5.x”,
  • 5.0.x 5.0.5 package.json
    • “version”: “5.0.5”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “2.4.2”,
    • “version”: “5.0.4”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “2.4.2”,
    • “version”: “5.0.3”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “2.4.2”,
    • “version”: “5.0.2”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “2.4.2”,
    • “version”: “5.0.1”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “2.4.2”,
    • “version”: “5.0.0”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “2.4.2”,
  • 4.4.x 4.4.7 package.json
    • “version”: “4.4.7”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “2.3.2”,
    • “version”: “4.4.6”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “2.3.2”,
    • “version”: “4.4.5”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “2.3.2”,
    • “version”: “4.4.4”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.3.2”,
    • “version”: “4.4.3”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.3.2”,
    • “version”: “4.4.2”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.3.2”,
    • “version”: “4.4.1”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.3.2”,
    • “version”: “4.4.0”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.3.2”,
  • 4.3.x 4.3.6 package.json
    • “version”: “4.3.6”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.3.2”,
    • “version”: “4.3.5”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.3.2”,
    • “version”: “4.3.4”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.3.2”,
    • “version”: “4.3.3”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.3.2”,
    • “version”: “4.3.2”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.3.2”,
    • “version”: “4.3.1”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.3.2”,
    • “version”: “4.3.0”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.3.2”,
  • 4.2.x 4.2.6 package.json
    • “version”: “4.2.6”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.1.5”,
    • “version”: “4.2.5”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.1.5”,
    • “version”: “4.2.4”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.1.5”,
    • “version”: “4.2.3”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.1.5”,
    • “version”: “4.2.2”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.1.5”,
    • “version”: “4.2.1”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.1.5”,
    • “version”: “4.2.0”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.1.5”,
  • 4.1.x 4.1.3 package.json
    • “version”: “4.1.3”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.1.5”,
    • “version”: “4.1.2”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.1.5”,
    • “version”: “4.1.1”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.1.5”,
    • “version”: “4.1.0”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.1.5”,
  • 4.0.x 4.0.3 package.json
    • “version”: “4.0.3”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.1.5”,
    • “version”: “4.0.2”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.1.5”,
    • “version”: “4.0.1”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.1.5”,
    • “version”: “4.0.0”, “node”: “>=6.9.5 <7.0.0”, “typescript”: “^2.1.5”,

Angular 4.0.x - 7.1.x package.json 文档中没有记载 Angular/cli 的版本,根据网上资源 Angular 4.0.0 ~ 7.0.0 对应的 Cli 版本如下:

Cli version Angular version
1.0 - 1.4.x ^4.0.0
1.5.x ^5.0.0
1.6.x - 1.7.x ^5.2.0
6.x ^6.0.0
7.x ^7.0.0

注意: 从 Angular 版本 7 开始,Angular Core 和 CLI 的主要版本已对齐。 这意味着在开发 Angular 应用程序时使用的 @angular/core 和 CLI 的版本必须相同。(https://angular.cn/guide/releases#main-content)

你可能感兴趣的:(Angular,angular.js,typescript,node.js)