Answers for "what version of angular am i using"

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 "what version of angular am i using"

Code answers related to "Javascript"

Browse Popular Code Answers by Language