Answers for "check your angular version"

13

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
5

check angular version

#shell command
ng --version
Posted by: Guest on July-14-2020
0

How can I check which version of Angular I'm using?

/**
 * @license AngularJS v1.0.6
 * (c) 2010-2012 Google, Inc. http://angularjs.org
 * License: MIT
 */

/**or try to run this command

ng --version

 */
Posted by: Guest on September-25-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language