How to check Angular CLI version and how to update it.

Angular CLI check version and update

In this article, we’re going to see how can we check Angular CLI version and how can we update it using angular cli. Angular Versioning Angular version numbers have three parts: major.minor.patch. For example, version 7.2.11 indicates major version 7, minor version 2, and patch level 11. Major releases contain significant new features, some but … Read more