نموذج الاتصال

الاسم

بريد إلكتروني *

رسالة *

Cari Blog Ini

Author Details

How To Check Angular Cli Version

How to Check Angular CLI Version

Check Version Using ng Version Command

You can check the version of Angular CLI installed on your computer by running the ng version command. This command will display the version number of Angular CLI and the Angular Framework.

Check Version Using ng v Command

You can also check the version of Angular CLI using the ng v command. This command is a shortcut for the ng version command and will display the same information.

Check Version Using npm List Command

You can check the version of Angular CLI using the npm list -global --depth 0 command. This command will display a list of all globally installed npm packages, including Angular CLI. The version number of Angular CLI will be listed next to the package name.


تعليقات