Which Angular Version I Am Using

Vandana Gupta
Feb 25, 2021

--

How to check angular version

Angular is an application design framework and development platform for creating efficient and sophisticated single-page apps.

You are the one who wants to know th angular cli version ?

In this article we will know how to check the version of angular application.

Go to command prompt and type

ng version

or
you can use this also to check your angular cli version.

ng --version

Conclusion

You can check this also:

How To Change Theme Of Visual Studio

How Do You Format Code On Save In VS Code

--

--