Nx and Angular Version Compatibility Matrix

Below is a reference table that matches versions of Angular to the version of Nx that is compatible with it. The table shows the version of Angular, the recommended version of Nx to use and the range of Nx versions that support the version of Angular.

We provide a recommended version, and it is usually the latest minor version of Nx in the range provided because there will have been bug fixes added since the first release in the range.

Angular VersionNx Version (recommended)Nx Version (range)
^8.0.08.12.28.7.0 <= 8.12.2
^9.0.09.6.08.12.4 <= 9.6.0
^10.0.010.4.159.7.0 <= 10.4.15
^11.0.012.2.011.0.0 <= 12.2.0
^12.0.013.1.412.3.0 <= 13.1.4
^13.0.014.1.9.13.2.0 <= 14.1.9
~14.0.014.4.314.2.1 <= 14.4.3
~14.1.014.5.1014.5.0 <= 14.5.10
~14.2.014.6.014.6.0 <= latest

If you would like to see how the supported versions of Node and Typescript for the version of Angular you are using, Lars Gyrup Brink Nielsen has a very good resource for that here.