1.

How do you check if angular CLI is installed?

Answer»

To CHECK this, you need to make SURE that node is INSTALLED and then check if angular CLI is installed.

  • Open a command prompt using cmd.
  • Type node -v and npm -v to ensure node is installed.
  • Type ng -v


Discussion

No Comment Found