Answers for "how to check ng version"

18

check angular version

Open the Terminal + view in your project and type

ng --version

this will list the versions of several Angular packages that you have installed in your project.
Posted by: Guest on April-20-2020
11

how to check for angular cli version

ng --version
Posted by: Guest on September-29-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language